Html Css Color HEX #D03097 Deep Cerise

📋 copy color: '#D03097'

red 208 ◦ green 48 ◦ blue 151

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

Shades of Deep Cerise #D03097

Tints of Deep Cerise #D03097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 51.11%
G = 11.79%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D03097 (or 0xD03097) is known color: Deep Cerise. HEX triplet: D0, 30 and 97. RGB value is (208,48,151). Sum of RGB (Red+Green+Blue) = 208+48+151=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D03097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03097 is #2FCF68. Grayscale: #6B6B6B. Windows color (decimal): -3133289 or 9908432. OLE color: 9908432.

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

Color convert

RGB 208 48 151 -
CMYK 0 0.77 0.27 0.18
HSL 321.38º 0.63% 0.5% -
HSV(B) 321.38º 0.77% 0.82% -
XYZ 32.66 17.76 30.98 -
YUV 107.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 208 48 151 0 0.77 0.27 0.18 321.38 0.63 0.5
Hex D0 30 97 0 4D 1B 12 141 3F 32
Octal 320 60 227 0 115 33 22 501 77 62
Binary 11010000 110000 10010111 0 1001101 11011 10010 101000001 111111 110010

Color Harmonies of #D03097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03097

Black with #D03097

Text Example


Text Example

White with #D03097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03097; }

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

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

background-color css

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

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

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

border-color css

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

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

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