Html Css Color HEX #D03081 Deep Cerise

📋 copy color: '#D03081'

red 208 ◦ green 48 ◦ blue 129

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

Shades of Deep Cerise #D03081

Tints of Deep Cerise #D03081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 54.03%
G = 12.47%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03081 (or 0xD03081) is known color: Deep Cerise. HEX triplet: D0, 30 and 81. RGB value is (208,48,129). Sum of RGB (Red+Green+Blue) = 208+48+129=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03081 is #2FCF7E. Grayscale: #686868. Windows color (decimal): -3133311 or 8466640. OLE color: 8466640.

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

Color convert

RGB 208 48 129 -
CMYK 0 0.77 0.38 0.18
HSL 329.63º 0.63% 0.5% -
HSV(B) 329.63º 0.77% 0.82% -
XYZ 31.03 17.11 22.44 -
YUV 105.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 208 48 129 0 0.77 0.38 0.18 329.63 0.63 0.5
Hex D0 30 81 0 4D 26 12 14A 3F 32
Octal 320 60 201 0 115 46 22 512 77 62
Binary 11010000 110000 10000001 0 1001101 100110 10010 101001010 111111 110010

Color Harmonies of #D03081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03081

Black with #D03081

Text Example


Text Example

White with #D03081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03081; }

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

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

background-color css

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

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

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

border-color css

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

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

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