Html Css Color HEX #D03091 Deep Cerise

📋 copy color: '#D03091'

red 208 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #D03091

Tints of Deep Cerise #D03091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 51.87%
G = 11.97%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03091 (or 0xD03091) is known color: Deep Cerise. HEX triplet: D0, 30 and 91. RGB value is (208,48,145). Sum of RGB (Red+Green+Blue) = 208+48+145=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D03091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03091 is #2FCF6E. Grayscale: #6A6A6A. Windows color (decimal): -3133295 or 9515216. OLE color: 9515216.

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

Color convert

RGB 208 48 145 -
CMYK 0 0.77 0.30 0.18
HSL 323.63º 0.63% 0.5% -
HSV(B) 323.63º 0.77% 0.82% -
XYZ 32.18 17.57 28.48 -
YUV 106.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 208 48 145 0 0.77 0.30 0.18 323.63 0.63 0.5
Hex D0 30 91 0 4D 1E 12 144 3F 32
Octal 320 60 221 0 115 36 22 504 77 62
Binary 11010000 110000 10010001 0 1001101 11110 10010 101000100 111111 110010

Color Harmonies of #D03091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03091

Black with #D03091

Text Example


Text Example

White with #D03091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03091; }

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

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

background-color css

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

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

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

border-color css

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

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

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