Html Css Color HEX #D92761 Cerise

📋 copy color: '#D92761'

red 217 ◦ green 39 ◦ blue 97

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

Shades of Cerise #D92761

Tints of Cerise #D92761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.05%

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

R = 61.47%
G = 11.05%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D92761 (or 0xD92761) is known color: Cerise. HEX triplet: D9, 27 and 61. RGB value is (217,39,97). Sum of RGB (Red+Green+Blue) = 217+39+97=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D92761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92761 is #26D89E. Grayscale: #626262. Windows color (decimal): -2545823 or 6367193. OLE color: 6367193.

HSL color Cylindrical-coordinate representation of color #D92761: hue angle of 340.45º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92761 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 97 -
CMYK 0 0.82 0.55 0.15
HSL 340.45º 0.7% 0.5% -
HSV(B) 340.45º 0.82% 0.85% -
XYZ 31.5 17.07 12.94 -
YUV 98.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 217 39 97 0 0.82 0.55 0.15 340.45 0.7 0.5
Hex D9 27 61 0 52 37 F 154 46 32
Octal 331 47 141 0 122 67 17 524 106 62
Binary 11011001 100111 1100001 0 1010010 110111 1111 101010100 1000110 110010

Color Harmonies of #D92761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92761

Black with #D92761

Text Example


Text Example

White with #D92761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92761; }

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

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

background-color css

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

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

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

border-color css

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

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

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