Html Css Color HEX #D92279 Deep Cerise

📋 copy color: '#D92279'

red 217 ◦ green 34 ◦ blue 121

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

Shades of Deep Cerise #D92279

Tints of Deep Cerise #D92279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 58.33%
G = 9.14%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D92279 (or 0xD92279) is known color: Deep Cerise. HEX triplet: D9, 22 and 79. RGB value is (217,34,121). Sum of RGB (Red+Green+Blue) = 217+34+121=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D92279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92279 is #26DD86. Grayscale: #626262. Windows color (decimal): -2547079 or 7938777. OLE color: 7938777.

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

Color convert

RGB 217 34 121 -
CMYK 0 0.84 0.44 0.15
HSL 331.48º 0.73% 0.49% -
HSV(B) 331.48º 0.84% 0.85% -
XYZ 32.64 17.28 19.7 -
YUV 98.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 217 34 121 0 0.84 0.44 0.15 331.48 0.73 0.49
Hex D9 22 79 0 54 2C F 14B 49 31
Octal 331 42 171 0 124 54 17 513 111 61
Binary 11011001 100010 1111001 0 1010100 101100 1111 101001011 1001001 110001

Color Harmonies of #D92279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92279

Black with #D92279

Text Example


Text Example

White with #D92279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92279; }

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

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

background-color css

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

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

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

border-color css

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

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

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