Html Css Color HEX #D93276 Deep Cerise

📋 copy color: '#D93276'

red 217 ◦ green 50 ◦ blue 118

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

Shades of Deep Cerise #D93276

Tints of Deep Cerise #D93276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

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

R = 56.36%
G = 12.99%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D93276 (or 0xD93276) is known color: Deep Cerise. HEX triplet: D9, 32 and 76. RGB value is (217,50,118). Sum of RGB (Red+Green+Blue) = 217+50+118=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D93276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93276 is #26CD89. Grayscale: #6B6B6B. Windows color (decimal): -2542986 or 7746265. OLE color: 7746265.

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

Color convert

RGB 217 50 118 -
CMYK 0 0.77 0.46 0.15
HSL 335.57º 0.69% 0.52% -
HSV(B) 335.57º 0.77% 0.85% -
XYZ 33.03 18.34 18.94 -
YUV 107.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 217 50 118 0 0.77 0.46 0.15 335.57 0.69 0.52
Hex D9 32 76 0 4D 2E F 150 45 34
Octal 331 62 166 0 115 56 17 520 105 64
Binary 11011001 110010 1110110 0 1001101 101110 1111 101010000 1000101 110100

Color Harmonies of #D93276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93276

Black with #D93276

Text Example


Text Example

White with #D93276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93276; }

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

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

background-color css

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

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

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

border-color css

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

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

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