Html Css Color HEX #D93077 Deep Cerise

📋 copy color: '#D93077'

red 217 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #D93077

Tints of Deep Cerise #D93077

RGB

 RED value IS 217 (85.16% from 255) = 56.51%

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 56.51%
G = 12.5%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D93077 (or 0xD93077) is known color: Deep Cerise. HEX triplet: D9, 30 and 77. RGB value is (217,48,119). Sum of RGB (Red+Green+Blue) = 217+48+119=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93077 is #26CF88. Grayscale: #6A6A6A. Windows color (decimal): -2543497 or 7811289. OLE color: 7811289.

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

Color convert

RGB 217 48 119 -
CMYK 0 0.78 0.45 0.15
HSL 334.79º 0.69% 0.52% -
HSV(B) 334.79º 0.78% 0.85% -
XYZ 33 18.2 19.23 -
YUV 106.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 217 48 119 0 0.78 0.45 0.15 334.79 0.69 0.52
Hex D9 30 77 0 4E 2D F 14F 45 34
Octal 331 60 167 0 116 55 17 517 105 64
Binary 11011001 110000 1110111 0 1001110 101101 1111 101001111 1000101 110100

Color Harmonies of #D93077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93077

Black with #D93077

Text Example


Text Example

White with #D93077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93077; }

 p { color: rgb(217,48,119); }

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

background-color css

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

 a { background-color: rgb(217,48,119); }

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

border-color css

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

 span { border-color: rgb(217,48,119); }

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