Html Css Color HEX #D93779 Deep Cerise

📋 copy color: '#D93779'

red 217 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #D93779

Tints of Deep Cerise #D93779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 55.22%
G = 13.99%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D93779 (or 0xD93779) is known color: Deep Cerise. HEX triplet: D9, 37 and 79. RGB value is (217,55,121). Sum of RGB (Red+Green+Blue) = 217+55+121=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D93779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93779 is #26C886. Grayscale: #6E6E6E. Windows color (decimal): -2541703 or 7944153. OLE color: 7944153.

HSL color Cylindrical-coordinate representation of color #D93779: hue angle of 335.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93779 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 55 121 -
CMYK 0 0.75 0.44 0.15
HSL 335.56º 0.68% 0.53% -
HSV(B) 335.56º 0.75% 0.85% -
XYZ 33.43 18.86 19.97 -
YUV 110.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 217 55 121 0 0.75 0.44 0.15 335.56 0.68 0.53
Hex D9 37 79 0 4B 2C F 150 44 35
Octal 331 67 171 0 113 54 17 520 104 65
Binary 11011001 110111 1111001 0 1001011 101100 1111 101010000 1000100 110101

Color Harmonies of #D93779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93779

Black with #D93779

Text Example


Text Example

White with #D93779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93779; }

 p { color: rgb(217,55,121); }

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

background-color css

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

 a { background-color: rgb(217,55,121); }

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

border-color css

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

 span { border-color: rgb(217,55,121); }

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