Html Css Color HEX #D04081 Deep Cerise

📋 copy color: '#D04081'

red 208 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #D04081

Tints of Deep Cerise #D04081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 51.87%
G = 15.96%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04081 (or 0xD04081) is known color: Deep Cerise. HEX triplet: D0, 40 and 81. RGB value is (208,64,129). Sum of RGB (Red+Green+Blue) = 208+64+129=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04081 is #2FBF7E. Grayscale: #727272. Windows color (decimal): -3129215 or 8470736. OLE color: 8470736.

HSL color Cylindrical-coordinate representation of color #D04081: hue angle of 332.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04081 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 129 -
CMYK 0 0.69 0.38 0.18
HSL 332.92º 0.61% 0.53% -
HSV(B) 332.92º 0.69% 0.82% -
XYZ 31.81 18.66 22.69 -
YUV 114.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 208 64 129 0 0.69 0.38 0.18 332.92 0.61 0.53
Hex D0 40 81 0 45 26 12 14D 3D 35
Octal 320 100 201 0 105 46 22 515 75 65
Binary 11010000 1000000 10000001 0 1000101 100110 10010 101001101 111101 110101

Color Harmonies of #D04081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04081

Black with #D04081

Text Example


Text Example

White with #D04081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04081; }

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

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

background-color css

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

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

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

border-color css

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

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

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