#D13D6F

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

Shades of Cerise #D13D6F

Tints of Cerise #D13D6F

Color information

#D13D6F (or 0xD13D6F) is unknown color: approx Cerise. HEX triplet: D1, 3D and 6F. RGB value is (209,61,111). Sum of RGB (Red+Green+Blue) = 209+61+111=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6F is #2EC290. Grayscale: #6E6E6E. Windows color (decimal): -3064465 or 7290321. OLE color: 7290321.

HSL color Cylindrical-coordinate representation of color #D13D6F: hue angle of 339.73º 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 #D13D6F is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20961111-
CMYK00.710.470.18
HSL339.73º61.67%52.94%-
HSV(B)339.73º70.81%81.96%-
XYZ30.8318.0416.9-
YUV110.95128.03197.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=54.86%
G=16.01%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096111100.710.470.18339.7361.6752.94
HexD13D6F0472F121543e35
Octal32175157010757225247665
Binary1101000111110111011110100011110111110010101010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D6F; }

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

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

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

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

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

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

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

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