#D13D6E

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

Shades of Cerise #D13D6E

Tints of Cerise #D13D6E

Color information

#D13D6E (or 0xD13D6E) is unknown color: approx Cerise. HEX triplet: D1, 3D and 6E. RGB value is (209,61,110). Sum of RGB (Red+Green+Blue) = 209+61+110=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6E is #2EC291. Grayscale: #6E6E6E. Windows color (decimal): -3064466 or 7224785. OLE color: 7224785.

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

Color convert

RGB20961110-
CMYK00.710.470.18
HSL340.14º61.67%52.94%-
HSV(B)340.14º70.81%81.96%-
XYZ30.7818.0216.61-
YUV110.84127.53198.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 61 (24.22% from 255) = 16.05%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=55%
G=16.05%
B=28.95%

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
Decimal2096111000.710.470.18340.1461.6752.94
HexD13D6E0472F121543e35
Octal32175156010757225247665
Binary1101000111110111011100100011110111110010101010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D6E; }

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

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

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

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

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

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

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

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