Html Css Color HEX #D03096 Deep Cerise

📋 copy color: '#D03096'

red 208 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D03096

Tints of Deep Cerise #D03096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 51.23%
G = 11.82%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D03096 (or 0xD03096) is known color: Deep Cerise. HEX triplet: D0, 30 and 96. RGB value is (208,48,150). Sum of RGB (Red+Green+Blue) = 208+48+150=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D03096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03096 is #2FCF69. Grayscale: #6B6B6B. Windows color (decimal): -3133290 or 9842896. OLE color: 9842896.

HSL color Cylindrical-coordinate representation of color #D03096: hue angle of 321.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03096 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 150 -
CMYK 0 0.77 0.28 0.18
HSL 321.75º 0.63% 0.5% -
HSV(B) 321.75º 0.77% 0.82% -
XYZ 32.57 17.73 30.56 -
YUV 107.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 208 48 150 0 0.77 0.28 0.18 321.75 0.63 0.5
Hex D0 30 96 0 4D 1C 12 142 3F 32
Octal 320 60 226 0 115 34 22 502 77 62
Binary 11010000 110000 10010110 0 1001101 11100 10010 101000010 111111 110010

Color Harmonies of #D03096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03096

Black with #D03096

Text Example


Text Example

White with #D03096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03096; }

 p { color: rgb(208,48,150); }

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

background-color css

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

 a { background-color: rgb(208,48,150); }

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

border-color css

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

 span { border-color: rgb(208,48,150); }

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