Html Css Color HEX #D93279 Deep Cerise

📋 copy color: '#D93279'

red 217 ◦ green 50 ◦ blue 121

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

Shades of Deep Cerise #D93279

Tints of Deep Cerise #D93279

RGB

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

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

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

R = 55.93%
G = 12.89%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D93279 (or 0xD93279) is known color: Deep Cerise. HEX triplet: D9, 32 and 79. RGB value is (217,50,121). Sum of RGB (Red+Green+Blue) = 217+50+121=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D93279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93279 is #26CD86. Grayscale: #6B6B6B. Windows color (decimal): -2542983 or 7942873. OLE color: 7942873.

HSL color Cylindrical-coordinate representation of color #D93279: hue angle of 334.49º 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 #D93279 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 121 -
CMYK 0 0.77 0.44 0.15
HSL 334.49º 0.69% 0.52% -
HSV(B) 334.49º 0.77% 0.85% -
XYZ 33.21 18.41 19.89 -
YUV 108.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 217 50 121 0 0.77 0.44 0.15 334.49 0.69 0.52
Hex D9 32 79 0 4D 2C F 14E 45 34
Octal 331 62 171 0 115 54 17 516 105 64
Binary 11011001 110010 1111001 0 1001101 101100 1111 101001110 1000101 110100

Color Harmonies of #D93279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93279

Black with #D93279

Text Example


Text Example

White with #D93279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93279; }

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

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

background-color css

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

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

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

border-color css

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

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

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