#D03D6D

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

Shades of Cerise #D03D6D

Tints of Cerise #D03D6D

Color information

#D03D6D (or 0xD03D6D) is unknown color: approx Cerise. HEX triplet: D0, 3D and 6D. RGB value is (208,61,109). Sum of RGB (Red+Green+Blue) = 208+61+109=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D6D is #2FC292. Grayscale: #6E6E6E. Windows color (decimal): -3130003 or 7159248. OLE color: 7159248.

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

Color convert

RGB20861109-
CMYK00.710.480.18
HSL340.41º61%52.75%-
HSV(B)340.41º70.67%81.57%-
XYZ30.4417.8516.31-
YUV110.42127.2197.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=55.03%
G=16.14%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086110900.710.480.18340.416152.75
HexD03D6D04730121543d35
Octal32075155010760225247565
Binary1101000011110111011010100011111000010010101010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03D6D; }

 p { color: rgb(208,61,109); }

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

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

 a { background-color: rgb(208,61,109); }

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

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

 span { border-color: rgb(208,61,109); }

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