Html Css Color HEX #D03282 Deep Cerise

📋 copy color: '#D03282'

red 208 ◦ green 50 ◦ blue 130

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

Shades of Deep Cerise #D03282

Tints of Deep Cerise #D03282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 53.61%
G = 12.89%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03282 (or 0xD03282) is known color: Deep Cerise. HEX triplet: D0, 32 and 82. RGB value is (208,50,130). Sum of RGB (Red+Green+Blue) = 208+50+130=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D03282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03282 is #2FCD7D. Grayscale: #6A6A6A. Windows color (decimal): -3132798 or 8532688. OLE color: 8532688.

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

Color convert

RGB 208 50 130 -
CMYK 0 0.76 0.38 0.18
HSL 329.62º 0.63% 0.51% -
HSV(B) 329.62º 0.76% 0.82% -
XYZ 31.18 17.3 22.82 -
YUV 106.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 208 50 130 0 0.76 0.38 0.18 329.62 0.63 0.51
Hex D0 32 82 0 4C 26 12 14A 3F 33
Octal 320 62 202 0 114 46 22 512 77 63
Binary 11010000 110010 10000010 0 1001100 100110 10010 101001010 111111 110011

Color Harmonies of #D03282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03282

Black with #D03282

Text Example


Text Example

White with #D03282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03282; }

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

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

background-color css

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

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

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

border-color css

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

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

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