Html Css Color HEX #D03584 Deep Cerise

📋 copy color: '#D03584'

red 208 ◦ green 53 ◦ blue 132

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

Shades of Deep Cerise #D03584

Tints of Deep Cerise #D03584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.49%

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

R = 52.93%
G = 13.49%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D03584 (or 0xD03584) is known color: Deep Cerise. HEX triplet: D0, 35 and 84. RGB value is (208,53,132). Sum of RGB (Red+Green+Blue) = 208+53+132=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03584 is #2FCA7B. Grayscale: #6C6C6C. Windows color (decimal): -3132028 or 8664528. OLE color: 8664528.

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

Color convert

RGB 208 53 132 -
CMYK 0 0.75 0.37 0.18
HSL 329.42º 0.62% 0.51% -
HSV(B) 329.42º 0.75% 0.82% -
XYZ 31.45 17.62 23.57 -
YUV 108.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 208 53 132 0 0.75 0.37 0.18 329.42 0.62 0.51
Hex D0 35 84 0 4B 25 12 149 3E 33
Octal 320 65 204 0 113 45 22 511 76 63
Binary 11010000 110101 10000100 0 1001011 100101 10010 101001001 111110 110011

Color Harmonies of #D03584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03584

Black with #D03584

Text Example


Text Example

White with #D03584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03584; }

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

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

background-color css

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

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

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

border-color css

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

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

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