Html Css Color HEX #D03486 Deep Cerise

📋 copy color: '#D03486'

red 208 ◦ green 52 ◦ blue 134

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

Shades of Deep Cerise #D03486

Tints of Deep Cerise #D03486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 52.79%
G = 13.2%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03486 (or 0xD03486) is known color: Deep Cerise. HEX triplet: D0, 34 and 86. RGB value is (208,52,134). Sum of RGB (Red+Green+Blue) = 208+52+134=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D03486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03486 is #2FCB79. Grayscale: #6B6B6B. Windows color (decimal): -3132282 or 8795344. OLE color: 8795344.

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

Color convert

RGB 208 52 134 -
CMYK 0 0.75 0.36 0.18
HSL 328.46º 0.62% 0.51% -
HSV(B) 328.46º 0.75% 0.82% -
XYZ 31.54 17.59 24.29 -
YUV 107.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 208 52 134 0 0.75 0.36 0.18 328.46 0.62 0.51
Hex D0 34 86 0 4B 24 12 148 3E 33
Octal 320 64 206 0 113 44 22 510 76 63
Binary 11010000 110100 10000110 0 1001011 100100 10010 101001000 111110 110011

Color Harmonies of #D03486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03486

Black with #D03486

Text Example


Text Example

White with #D03486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03486; }

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

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

background-color css

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

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

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

border-color css

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

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

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