Html Css Color HEX #D93079 Deep Cerise

📋 copy color: '#D93079'

red 217 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #D93079

Tints of Deep Cerise #D93079

RGB

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

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

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

R = 56.22%
G = 12.44%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D93079 (or 0xD93079) is known color: Deep Cerise. HEX triplet: D9, 30 and 79. RGB value is (217,48,121). Sum of RGB (Red+Green+Blue) = 217+48+121=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D93079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93079 is #26CF86. Grayscale: #6A6A6A. Windows color (decimal): -2543495 or 7942361. OLE color: 7942361.

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

Color convert

RGB 217 48 121 -
CMYK 0 0.78 0.44 0.15
HSL 334.08º 0.69% 0.52% -
HSV(B) 334.08º 0.78% 0.85% -
XYZ 33.12 18.25 19.87 -
YUV 106.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 217 48 121 0 0.78 0.44 0.15 334.08 0.69 0.52
Hex D9 30 79 0 4E 2C F 14E 45 34
Octal 331 60 171 0 116 54 17 516 105 64
Binary 11011001 110000 1111001 0 1001110 101100 1111 101001110 1000101 110100

Color Harmonies of #D93079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93079

Black with #D93079

Text Example


Text Example

White with #D93079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93079; }

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

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

background-color css

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

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

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

border-color css

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

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

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