Html Css Color HEX #D03378 Deep Cerise

📋 copy color: '#D03378'

red 208 ◦ green 51 ◦ blue 120

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

Shades of Deep Cerise #D03378

Tints of Deep Cerise #D03378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 54.88%
G = 13.46%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D03378 (or 0xD03378) is known color: Deep Cerise. HEX triplet: D0, 33 and 78. RGB value is (208,51,120). Sum of RGB (Red+Green+Blue) = 208+51+120=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03378 is #2FCC87. Grayscale: #696969. Windows color (decimal): -3132552 or 7877584. OLE color: 7877584.

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

Color convert

RGB 208 51 120 -
CMYK 0 0.75 0.42 0.18
HSL 333.63º 0.63% 0.51% -
HSV(B) 333.63º 0.75% 0.82% -
XYZ 30.59 17.13 19.46 -
YUV 105.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 208 51 120 0 0.75 0.42 0.18 333.63 0.63 0.51
Hex D0 33 78 0 4B 2A 12 14E 3F 33
Octal 320 63 170 0 113 52 22 516 77 63
Binary 11010000 110011 1111000 0 1001011 101010 10010 101001110 111111 110011

Color Harmonies of #D03378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03378

Black with #D03378

Text Example


Text Example

White with #D03378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03378; }

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

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

background-color css

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

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

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

border-color css

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

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

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