Html Css Color HEX #D03395 Deep Cerise

📋 copy color: '#D03395'

red 208 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #D03395

Tints of Deep Cerise #D03395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

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

R = 50.98%
G = 12.5%
B = 36.52%

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

#D03395 (or 0xD03395) is known color: Deep Cerise. HEX triplet: D0, 33 and 95. RGB value is (208,51,149). Sum of RGB (Red+Green+Blue) = 208+51+149=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03395 is #2FCC6A. Grayscale: #6C6C6C. Windows color (decimal): -3132523 or 9778128. OLE color: 9778128.

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

Color convert

RGB 208 51 149 -
CMYK 0 0.75 0.28 0.18
HSL 322.55º 0.63% 0.51% -
HSV(B) 322.55º 0.75% 0.82% -
XYZ 32.62 17.95 30.18 -
YUV 109.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 208 51 149 0 0.75 0.28 0.18 322.55 0.63 0.51
Hex D0 33 95 0 4B 1C 12 143 3F 33
Octal 320 63 225 0 113 34 22 503 77 63
Binary 11010000 110011 10010101 0 1001011 11100 10010 101000011 111111 110011

Color Harmonies of #D03395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03395

Black with #D03395

Text Example


Text Example

White with #D03395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03395; }

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

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

background-color css

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

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

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

border-color css

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

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

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