#D13D6A

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

Shades of Cerise #D13D6A

Tints of Cerise #D13D6A

Color information

#D13D6A (or 0xD13D6A) is unknown color: approx Cerise. HEX triplet: D1, 3D and 6A. RGB value is (209,61,106). Sum of RGB (Red+Green+Blue) = 209+61+106=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6A is #2EC295. Grayscale: #6E6E6E. Windows color (decimal): -3064470 or 6962641. OLE color: 6962641.

HSL color Cylindrical-coordinate representation of color #D13D6A: hue angle of 341.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D6A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20961106-
CMYK00.710.490.18
HSL341.76º61.67%52.94%-
HSV(B)341.76º70.81%81.96%-
XYZ30.5617.9315.49-
YUV110.38125.53198.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=55.59%
G=16.22%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096110600.710.490.18341.7661.6752.94
HexD13D6A04731121563e35
Octal32175152010761225267665
Binary1101000111110111010100100011111000110010101010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D6A; }

 p { color: rgb(209,61,106); }

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

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

 a { background-color: rgb(209,61,106); }

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

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

 span { border-color: rgb(209,61,106); }

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