Html Css Color HEX #D03191 Deep Cerise

📋 copy color: '#D03191'

red 208 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D03191

Tints of Deep Cerise #D03191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

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

R = 51.74%
G = 12.19%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03191 (or 0xD03191) is known color: Deep Cerise. HEX triplet: D0, 31 and 91. RGB value is (208,49,145). Sum of RGB (Red+Green+Blue) = 208+49+145=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D03191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03191 is #2FCE6E. Grayscale: #6B6B6B. Windows color (decimal): -3133039 or 9515472. OLE color: 9515472.

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

Color convert

RGB 208 49 145 -
CMYK 0 0.76 0.30 0.18
HSL 323.77º 0.63% 0.5% -
HSV(B) 323.77º 0.76% 0.82% -
XYZ 32.22 17.65 28.5 -
YUV 107.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 208 49 145 0 0.76 0.30 0.18 323.77 0.63 0.5
Hex D0 31 91 0 4C 1E 12 144 3F 32
Octal 320 61 221 0 114 36 22 504 77 62
Binary 11010000 110001 10010001 0 1001100 11110 10010 101000100 111111 110010

Color Harmonies of #D03191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03191

Black with #D03191

Text Example


Text Example

White with #D03191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03191; }

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

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

background-color css

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

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

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

border-color css

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

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

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