Html Css Color HEX #D92964 Cerise

📋 copy color: '#D92964'

red 217 ◦ green 41 ◦ blue 100

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

Shades of Cerise #D92964

Tints of Cerise #D92964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 60.61%
G = 11.45%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D92964 (or 0xD92964) is known color: Cerise. HEX triplet: D9, 29 and 64. RGB value is (217,41,100). Sum of RGB (Red+Green+Blue) = 217+41+100=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D92964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92964 is #26D69B. Grayscale: #646464. Windows color (decimal): -2545308 or 6564313. OLE color: 6564313.

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

Color convert

RGB 217 41 100 -
CMYK 0 0.81 0.54 0.15
HSL 339.89º 0.7% 0.51% -
HSV(B) 339.89º 0.81% 0.85% -
XYZ 31.71 17.26 13.72 -
YUV 100.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 217 41 100 0 0.81 0.54 0.15 339.89 0.7 0.51
Hex D9 29 64 0 51 36 F 154 46 33
Octal 331 51 144 0 121 66 17 524 106 63
Binary 11011001 101001 1100100 0 1010001 110110 1111 101010100 1000110 110011

Color Harmonies of #D92964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92964

Black with #D92964

Text Example


Text Example

White with #D92964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92964; }

 p { color: rgb(217,41,100); }

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

background-color css

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

 a { background-color: rgb(217,41,100); }

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

border-color css

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

 span { border-color: rgb(217,41,100); }

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