Html Css Color HEX #D03595 Deep Cerise

📋 copy color: '#D03595'

red 208 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #D03595

Tints of Deep Cerise #D03595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 50.73%
G = 12.93%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D03595 (or 0xD03595) is known color: Deep Cerise. HEX triplet: D0, 35 and 95. RGB value is (208,53,149). Sum of RGB (Red+Green+Blue) = 208+53+149=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D03595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03595 is #2FCA6A. Grayscale: #6E6E6E. Windows color (decimal): -3132011 or 9778640. OLE color: 9778640.

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

Color convert

RGB 208 53 149 -
CMYK 0 0.75 0.28 0.18
HSL 322.84º 0.62% 0.51% -
HSV(B) 322.84º 0.75% 0.82% -
XYZ 32.71 18.13 30.21 -
YUV 110.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 208 53 149 0 0.75 0.28 0.18 322.84 0.62 0.51
Hex D0 35 95 0 4B 1C 12 143 3E 33
Octal 320 65 225 0 113 34 22 503 76 63
Binary 11010000 110101 10010101 0 1001011 11100 10010 101000011 111110 110011

Color Harmonies of #D03595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03595

Black with #D03595

Text Example


Text Example

White with #D03595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03595; }

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

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

background-color css

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

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

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

border-color css

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

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

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