Html Css Color HEX #D03295 Deep Cerise

📋 copy color: '#D03295'

red 208 ◦ green 50 ◦ blue 149

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

Shades of Deep Cerise #D03295

Tints of Deep Cerise #D03295

RGB

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

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

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

R = 51.11%
G = 12.29%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D03295 (or 0xD03295) is known color: Deep Cerise. HEX triplet: D0, 32 and 95. RGB value is (208,50,149). Sum of RGB (Red+Green+Blue) = 208+50+149=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D03295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03295 is #2FCD6A. Grayscale: #6C6C6C. Windows color (decimal): -3132779 or 9777872. OLE color: 9777872.

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

Color convert

RGB 208 50 149 -
CMYK 0 0.76 0.28 0.18
HSL 322.41º 0.63% 0.51% -
HSV(B) 322.41º 0.76% 0.82% -
XYZ 32.58 17.86 30.16 -
YUV 108.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 208 50 149 0 0.76 0.28 0.18 322.41 0.63 0.51
Hex D0 32 95 0 4C 1C 12 142 3F 33
Octal 320 62 225 0 114 34 22 502 77 63
Binary 11010000 110010 10010101 0 1001100 11100 10010 101000010 111111 110011

Color Harmonies of #D03295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03295

Black with #D03295

Text Example


Text Example

White with #D03295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03295; }

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

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

background-color css

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

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

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

border-color css

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

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

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