Html Css Color HEX #D03984 Deep Cerise

📋 copy color: '#D03984'

red 208 ◦ green 57 ◦ blue 132

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

Shades of Deep Cerise #D03984

Tints of Deep Cerise #D03984

RGB

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

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

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

R = 52.39%
G = 14.36%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D03984 (or 0xD03984) is known color: Deep Cerise. HEX triplet: D0, 39 and 84. RGB value is (208,57,132). Sum of RGB (Red+Green+Blue) = 208+57+132=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D03984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03984 is #2FC67B. Grayscale: #6E6E6E. Windows color (decimal): -3131004 or 8665552. OLE color: 8665552.

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

Color convert

RGB 208 57 132 -
CMYK 0 0.73 0.37 0.18
HSL 330.2º 0.62% 0.52% -
HSV(B) 330.2º 0.73% 0.82% -
XYZ 31.64 18 23.64 -
YUV 110.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 208 57 132 0 0.73 0.37 0.18 330.2 0.62 0.52
Hex D0 39 84 0 49 25 12 14A 3E 34
Octal 320 71 204 0 111 45 22 512 76 64
Binary 11010000 111001 10000100 0 1001001 100101 10010 101001010 111110 110100

Color Harmonies of #D03984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03984

Black with #D03984

Text Example


Text Example

White with #D03984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03984; }

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

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

background-color css

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

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

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

border-color css

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

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

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