Html Css Color HEX #D73076 Deep Cerise

📋 copy color: '#D73076'

red 215 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #D73076

Tints of Deep Cerise #D73076

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 56.43%
G = 12.6%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D73076 (or 0xD73076) is known color: Deep Cerise. HEX triplet: D7, 30 and 76. RGB value is (215,48,118). Sum of RGB (Red+Green+Blue) = 215+48+118=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D73076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73076 is #28CF89. Grayscale: #696969. Windows color (decimal): -2674570 or 7745751. OLE color: 7745751.

HSL color Cylindrical-coordinate representation of color #D73076: hue angle of 334.85º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73076 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 118 -
CMYK 0 0.78 0.45 0.16
HSL 334.85º 0.68% 0.52% -
HSV(B) 334.85º 0.78% 0.84% -
XYZ 32.35 17.87 18.88 -
YUV 105.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 215 48 118 0 0.78 0.45 0.16 334.85 0.68 0.52
Hex D7 30 76 0 4E 2D 10 14F 44 34
Octal 327 60 166 0 116 55 20 517 104 64
Binary 11010111 110000 1110110 0 1001110 101101 10000 101001111 1000100 110100

Color Harmonies of #D73076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73076

Black with #D73076

Text Example


Text Example

White with #D73076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73076; }

 p { color: rgb(215,48,118); }

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

background-color css

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

 a { background-color: rgb(215,48,118); }

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

border-color css

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

 span { border-color: rgb(215,48,118); }

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