Html Css Color HEX #D03370 Cerise

📋 copy color: '#D03370'

red 208 ◦ green 51 ◦ blue 112

#D03370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D03370

Tints of Cerise #D03370

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 56.06%
G = 13.75%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03370 (or 0xD03370) is known color: Cerise. HEX triplet: D0, 33 and 70. RGB value is (208,51,112). Sum of RGB (Red+Green+Blue) = 208+51+112=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D03370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03370 is #2FCC8F. Grayscale: #686868. Windows color (decimal): -3132560 or 7353296. OLE color: 7353296.

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

Color convert

RGB 208 51 112 -
CMYK 0 0.75 0.46 0.18
HSL 336.69º 0.63% 0.51% -
HSV(B) 336.69º 0.75% 0.82% -
XYZ 30.12 16.95 17.01 -
YUV 104.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 208 51 112 0 0.75 0.46 0.18 336.69 0.63 0.51
Hex D0 33 70 0 4B 2E 12 151 3F 33
Octal 320 63 160 0 113 56 22 521 77 63
Binary 11010000 110011 1110000 0 1001011 101110 10010 101010001 111111 110011

Color Harmonies of #D03370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03370

Black with #D03370

Text Example


Text Example

White with #D03370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03370; }

 p { color: rgb(208,51,112); }

 H1.HeaderClassName
 {
   color: #D03370;
 }
 .AnyTagClassName
 {
   color: #D03370;
 }
</style>

background-color css

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

 a { background-color: rgb(208,51,112); }

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

border-color css

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

 span { border-color: rgb(208,51,112); }

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