Html Css Color HEX #D03F81 Deep Cerise

📋 copy color: '#D03F81'

red 208 ◦ green 63 ◦ blue 129

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

Shades of Deep Cerise #D03F81

Tints of Deep Cerise #D03F81

RGB

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

 GREEN value IS 63 (25% from 255) = 15.75%

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

R = 52%
G = 15.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03F81 (or 0xD03F81) is known color: Deep Cerise. HEX triplet: D0, 3F and 81. RGB value is (208,63,129). Sum of RGB (Red+Green+Blue) = 208+63+129=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03F81 is #2FC07E. Grayscale: #717171. Windows color (decimal): -3129471 or 8470480. OLE color: 8470480.

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

Color convert

RGB 208 63 129 -
CMYK 0 0.70 0.38 0.18
HSL 332.69º 0.61% 0.53% -
HSV(B) 332.69º 0.7% 0.82% -
XYZ 31.75 18.55 22.68 -
YUV 113.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 208 63 129 0 0.70 0.38 0.18 332.69 0.61 0.53
Hex D0 3F 81 0 46 26 12 14D 3D 35
Octal 320 77 201 0 106 46 22 515 75 65
Binary 11010000 111111 10000001 0 1000110 100110 10010 101001101 111101 110101

Color Harmonies of #D03F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F81

Black with #D03F81

Text Example


Text Example

White with #D03F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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