Html Css Color HEX #D03084 Deep Cerise

📋 copy color: '#D03084'

red 208 ◦ green 48 ◦ blue 132

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

Shades of Deep Cerise #D03084

Tints of Deep Cerise #D03084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 53.61%
G = 12.37%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D03084 (or 0xD03084) is known color: Deep Cerise. HEX triplet: D0, 30 and 84. RGB value is (208,48,132). Sum of RGB (Red+Green+Blue) = 208+48+132=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D03084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03084 is #2FCF7B. Grayscale: #696969. Windows color (decimal): -3133308 or 8663248. OLE color: 8663248.

HSL color Cylindrical-coordinate representation of color #D03084: hue angle of 328.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03084 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 132 -
CMYK 0 0.77 0.37 0.18
HSL 328.5º 0.63% 0.5% -
HSV(B) 328.5º 0.77% 0.82% -
XYZ 31.23 17.19 23.5 -
YUV 105.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 208 48 132 0 0.77 0.37 0.18 328.5 0.63 0.5
Hex D0 30 84 0 4D 25 12 148 3F 32
Octal 320 60 204 0 115 45 22 510 77 62
Binary 11010000 110000 10000100 0 1001101 100101 10010 101001000 111111 110010

Color Harmonies of #D03084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03084

Black with #D03084

Text Example


Text Example

White with #D03084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03084; }

 p { color: rgb(208,48,132); }

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

background-color css

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

 a { background-color: rgb(208,48,132); }

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

border-color css

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

 span { border-color: rgb(208,48,132); }

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