#D13569

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

Shades of Cerise #D13569

Tints of Cerise #D13569

Color information

#D13569 (or 0xD13569) is unknown color: approx Cerise. HEX triplet: D1, 35 and 69. RGB value is (209,53,105). Sum of RGB (Red+Green+Blue) = 209+53+105=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13569 is #2ECA96. Grayscale: #696969. Windows color (decimal): -3066519 or 6895057. OLE color: 6895057.

HSL color Cylindrical-coordinate representation of color #D13569: hue angle of 340º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13569 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20953105-
CMYK00.750.500.18
HSL340º62.9%51.37%-
HSV(B)340º74.64%81.96%-
XYZ30.1217.1215.08-
YUV105.57127.68201.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=56.95%
G=14.44%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095310500.750.500.1834062.951.37
HexD1356904B32121543f33
Octal32165151011362225247763
Binary1101000111010111010010100101111001010010101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13569; }

 p { color: rgb(209,53,105); }

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

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

 a { background-color: rgb(209,53,105); }

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

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

 span { border-color: rgb(209,53,105); }

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