Html Css Color HEX #D92F61 Cerise

📋 copy color: '#D92F61'

red 217 ◦ green 47 ◦ blue 97

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

Shades of Cerise #D92F61

Tints of Cerise #D92F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 60.11%
G = 13.02%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D92F61 (or 0xD92F61) is known color: Cerise. HEX triplet: D9, 2F and 61. RGB value is (217,47,97). Sum of RGB (Red+Green+Blue) = 217+47+97=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F61 is #26D09E. Grayscale: #676767. Windows color (decimal): -2543775 or 6369241. OLE color: 6369241.

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

Color convert

RGB 217 47 97 -
CMYK 0 0.78 0.55 0.15
HSL 342.35º 0.69% 0.52% -
HSV(B) 342.35º 0.78% 0.85% -
XYZ 31.79 17.65 13.04 -
YUV 103.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 217 47 97 0 0.78 0.55 0.15 342.35 0.69 0.52
Hex D9 2F 61 0 4E 37 F 156 45 34
Octal 331 57 141 0 116 67 17 526 105 64
Binary 11011001 101111 1100001 0 1001110 110111 1111 101010110 1000101 110100

Color Harmonies of #D92F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F61

Black with #D92F61

Text Example


Text Example

White with #D92F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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