Html Css Color HEX #D93976 Deep Cerise

📋 copy color: '#D93976'

red 217 ◦ green 57 ◦ blue 118

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

Shades of Deep Cerise #D93976

Tints of Deep Cerise #D93976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

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

R = 55.36%
G = 14.54%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D93976 (or 0xD93976) is known color: Deep Cerise. HEX triplet: D9, 39 and 76. RGB value is (217,57,118). Sum of RGB (Red+Green+Blue) = 217+57+118=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D93976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93976 is #26C689. Grayscale: #6F6F6F. Windows color (decimal): -2541194 or 7748057. OLE color: 7748057.

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

Color convert

RGB 217 57 118 -
CMYK 0 0.74 0.46 0.15
HSL 337.13º 0.68% 0.54% -
HSV(B) 337.13º 0.74% 0.85% -
XYZ 33.35 18.99 19.05 -
YUV 111.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 217 57 118 0 0.74 0.46 0.15 337.13 0.68 0.54
Hex D9 39 76 0 4A 2E F 151 44 36
Octal 331 71 166 0 112 56 17 521 104 66
Binary 11011001 111001 1110110 0 1001010 101110 1111 101010001 1000100 110110

Color Harmonies of #D93976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93976

Black with #D93976

Text Example


Text Example

White with #D93976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93976; }

 p { color: rgb(217,57,118); }

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

background-color css

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

 a { background-color: rgb(217,57,118); }

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

border-color css

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

 span { border-color: rgb(217,57,118); }

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