Html Css Color HEX #D03285 Deep Cerise

📋 copy color: '#D03285'

red 208 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #D03285

Tints of Deep Cerise #D03285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 53.2%
G = 12.79%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03285 (or 0xD03285) is known color: Deep Cerise. HEX triplet: D0, 32 and 85. RGB value is (208,50,133). Sum of RGB (Red+Green+Blue) = 208+50+133=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03285 is #2FCD7A. Grayscale: #6A6A6A. Windows color (decimal): -3132795 or 8729296. OLE color: 8729296.

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

Color convert

RGB 208 50 133 -
CMYK 0 0.76 0.36 0.18
HSL 328.48º 0.63% 0.51% -
HSV(B) 328.48º 0.76% 0.82% -
XYZ 31.39 17.38 23.89 -
YUV 106.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 208 50 133 0 0.76 0.36 0.18 328.48 0.63 0.51
Hex D0 32 85 0 4C 24 12 148 3F 33
Octal 320 62 205 0 114 44 22 510 77 63
Binary 11010000 110010 10000101 0 1001100 100100 10010 101001000 111111 110011

Color Harmonies of #D03285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03285

Black with #D03285

Text Example


Text Example

White with #D03285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03285; }

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

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

background-color css

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

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

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

border-color css

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

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

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