#d52169

Color #D52169 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D52169

Tints of Cerise #D52169

Color information

#D52169 (or 0xD52169) is unknown color: approx Cerise. HEX triplet: D5, 21 and 69. RGB value is (213,33,105). Sum of RGB (Red+Green+Blue) = 213+33+105=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52169 is #2ADE96. Grayscale: #5E5E5E. Windows color (decimal): -2809495 or 6889941. OLE color: 6889941.

HSL color Cylindrical-coordinate representation of color #D52169: hue angle of 336º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52169 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21333105-
CMYK00.850.510.16
HSL336º73.17%48.24%-
HSV(B)336º84.51%83.53%-
XYZ30.5316.2514.89-
YUV95.03133.63212.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=60.68%
G=9.40%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133310500.850.510.1633673.1748.24
HexD5216905533101504930
Octal325411510125632052011160
Binary11010101100001110100101010101110011100001010100001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52169; }

 p { color: rgb(213,33,105); }

 H1.HeaderClassName
 {
   color: #d52169;
 }
 .AnyTagClassName
 {
   color: #d52169;
 }
</style>
background-color css

<style>
 a { background-color: #d52169; }

 a { background-color: rgb(213,33,105); }

 div.DivClassName
 {
   background-color: #d52169;
 }
 .BgClassName
 {
   background-color: #d52169;
 }
</style>
border-color css

<style>
 span { border-color: #d52169; }

 span { border-color: rgb(213,33,105); }

 td.TdClassName
 {
   border-color: #d52169;
 }
 .TagClassName
 {
   border-color: #d52169;
 }
</style>