Html Css Color HEX #D92F74 Cerise

📋 copy color: '#D92F74'

red 217 ◦ green 47 ◦ blue 116

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

Shades of Cerise #D92F74

Tints of Cerise #D92F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 57.11%
G = 12.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92F74 (or 0xD92F74) is known color: Cerise. HEX triplet: D9, 2F and 74. RGB value is (217,47,116). Sum of RGB (Red+Green+Blue) = 217+47+116=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F74 is #26D08B. Grayscale: #696969. Windows color (decimal): -2543756 or 7614425. OLE color: 7614425.

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

Color convert

RGB 217 47 116 -
CMYK 0 0.78 0.47 0.15
HSL 335.65º 0.69% 0.52% -
HSV(B) 335.65º 0.78% 0.85% -
XYZ 32.78 18.05 18.28 -
YUV 105.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 217 47 116 0 0.78 0.47 0.15 335.65 0.69 0.52
Hex D9 2F 74 0 4E 2F F 150 45 34
Octal 331 57 164 0 116 57 17 520 105 64
Binary 11011001 101111 1110100 0 1001110 101111 1111 101010000 1000101 110100

Color Harmonies of #D92F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F74

Black with #D92F74

Text Example


Text Example

White with #D92F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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