Html Css Color HEX #D03284 Deep Cerise

📋 copy color: '#D03284'

red 208 ◦ green 50 ◦ blue 132

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

Shades of Deep Cerise #D03284

Tints of Deep Cerise #D03284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 53.33%
G = 12.82%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D03284 (or 0xD03284) is known color: Deep Cerise. HEX triplet: D0, 32 and 84. RGB value is (208,50,132). Sum of RGB (Red+Green+Blue) = 208+50+132=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D03284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03284 is #2FCD7B. Grayscale: #6A6A6A. Windows color (decimal): -3132796 or 8663760. OLE color: 8663760.

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

Color convert

RGB 208 50 132 -
CMYK 0 0.76 0.37 0.18
HSL 328.86º 0.63% 0.51% -
HSV(B) 328.86º 0.76% 0.82% -
XYZ 31.32 17.36 23.53 -
YUV 106.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 208 50 132 0 0.76 0.37 0.18 328.86 0.63 0.51
Hex D0 32 84 0 4C 25 12 149 3F 33
Octal 320 62 204 0 114 45 22 511 77 63
Binary 11010000 110010 10000100 0 1001100 100101 10010 101001001 111111 110011

Color Harmonies of #D03284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03284

Black with #D03284

Text Example


Text Example

White with #D03284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03284; }

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

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

background-color css

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

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

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

border-color css

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

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

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