Html Css Color HEX #D03073 Deep Cerise

📋 copy color: '#D03073'

red 208 ◦ green 48 ◦ blue 115

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

Shades of Deep Cerise #D03073

Tints of Deep Cerise #D03073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 56.06%
G = 12.94%
B = 31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D03073 (or 0xD03073) is known color: Deep Cerise. HEX triplet: D0, 30 and 73. RGB value is (208,48,115). Sum of RGB (Red+Green+Blue) = 208+48+115=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D03073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03073 is #2FCF8C. Grayscale: #676767. Windows color (decimal): -3133325 or 7549136. OLE color: 7549136.

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

Color convert

RGB 208 48 115 -
CMYK 0 0.77 0.45 0.18
HSL 334.88º 0.63% 0.5% -
HSV(B) 334.88º 0.77% 0.82% -
XYZ 30.16 16.76 17.87 -
YUV 103.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 208 48 115 0 0.77 0.45 0.18 334.88 0.63 0.5
Hex D0 30 73 0 4D 2D 12 14F 3F 32
Octal 320 60 163 0 115 55 22 517 77 62
Binary 11010000 110000 1110011 0 1001101 101101 10010 101001111 111111 110010

Color Harmonies of #D03073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03073

Black with #D03073

Text Example


Text Example

White with #D03073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03073; }

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

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

background-color css

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

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

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

border-color css

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

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

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