Html Css Color HEX #D92F77 Deep Cerise

📋 copy color: '#D92F77'

red 217 ◦ green 47 ◦ blue 119

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

Shades of Deep Cerise #D92F77

Tints of Deep Cerise #D92F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 56.66%
G = 12.27%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D92F77 (or 0xD92F77) is known color: Deep Cerise. HEX triplet: D9, 2F and 77. RGB value is (217,47,119). Sum of RGB (Red+Green+Blue) = 217+47+119=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F77 is #26D088. Grayscale: #696969. Windows color (decimal): -2543753 or 7811033. OLE color: 7811033.

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

Color convert

RGB 217 47 119 -
CMYK 0 0.78 0.45 0.15
HSL 334.59º 0.69% 0.52% -
HSV(B) 334.59º 0.78% 0.85% -
XYZ 32.96 18.12 19.21 -
YUV 106.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 217 47 119 0 0.78 0.45 0.15 334.59 0.69 0.52
Hex D9 2F 77 0 4E 2D F 14F 45 34
Octal 331 57 167 0 116 55 17 517 105 64
Binary 11011001 101111 1110111 0 1001110 101101 1111 101001111 1000101 110100

Color Harmonies of #D92F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F77

Black with #D92F77

Text Example


Text Example

White with #D92F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F77; }

 p { color: rgb(217,47,119); }

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

background-color css

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

 a { background-color: rgb(217,47,119); }

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

border-color css

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

 span { border-color: rgb(217,47,119); }

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