Html Css Color HEX #D03986 Deep Cerise

📋 copy color: '#D03986'

red 208 ◦ green 57 ◦ blue 134

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

Shades of Deep Cerise #D03986

Tints of Deep Cerise #D03986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 52.13%
G = 14.29%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03986 (or 0xD03986) is known color: Deep Cerise. HEX triplet: D0, 39 and 86. RGB value is (208,57,134). Sum of RGB (Red+Green+Blue) = 208+57+134=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D03986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03986 is #2FC679. Grayscale: #6E6E6E. Windows color (decimal): -3131002 or 8796624. OLE color: 8796624.

HSL color Cylindrical-coordinate representation of color #D03986: hue angle of 329.4º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03986 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 134 -
CMYK 0 0.73 0.36 0.18
HSL 329.4º 0.62% 0.52% -
HSV(B) 329.4º 0.73% 0.82% -
XYZ 31.78 18.06 24.36 -
YUV 110.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 208 57 134 0 0.73 0.36 0.18 329.4 0.62 0.52
Hex D0 39 86 0 49 24 12 149 3E 34
Octal 320 71 206 0 111 44 22 511 76 64
Binary 11010000 111001 10000110 0 1001001 100100 10010 101001001 111110 110100

Color Harmonies of #D03986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03986

Black with #D03986

Text Example


Text Example

White with #D03986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03986; }

 p { color: rgb(208,57,134); }

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

background-color css

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

 a { background-color: rgb(208,57,134); }

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

border-color css

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

 span { border-color: rgb(208,57,134); }

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