Html Css Color HEX #D03495 Deep Cerise

📋 copy color: '#D03495'

red 208 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #D03495

Tints of Deep Cerise #D03495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.71%

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

R = 50.86%
G = 12.71%
B = 36.43%

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

#D03495 (or 0xD03495) is known color: Deep Cerise. HEX triplet: D0, 34 and 95. RGB value is (208,52,149). Sum of RGB (Red+Green+Blue) = 208+52+149=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03495 is #2FCB6A. Grayscale: #6D6D6D. Windows color (decimal): -3132267 or 9778384. OLE color: 9778384.

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

Color convert

RGB 208 52 149 -
CMYK 0 0.75 0.28 0.18
HSL 322.69º 0.62% 0.51% -
HSV(B) 322.69º 0.75% 0.82% -
XYZ 32.67 18.04 30.19 -
YUV 109.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 208 52 149 0 0.75 0.28 0.18 322.69 0.62 0.51
Hex D0 34 95 0 4B 1C 12 143 3E 33
Octal 320 64 225 0 113 34 22 503 76 63
Binary 11010000 110100 10010101 0 1001011 11100 10010 101000011 111110 110011

Color Harmonies of #D03495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03495

Black with #D03495

Text Example


Text Example

White with #D03495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03495; }

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

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

background-color css

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

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

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

border-color css

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

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

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