Html Css Color HEX #D92958 Cerise

📋 copy color: '#D92958'

red 217 ◦ green 41 ◦ blue 88

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

Shades of Cerise #D92958

Tints of Cerise #D92958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 62.72%
G = 11.85%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D92958 (or 0xD92958) is known color: Cerise. HEX triplet: D9, 29 and 58. RGB value is (217,41,88). Sum of RGB (Red+Green+Blue) = 217+41+88=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D92958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92958 is #26D6A7. Grayscale: #626262. Windows color (decimal): -2545320 or 5777881. OLE color: 5777881.

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

Color convert

RGB 217 41 88 -
CMYK 0 0.81 0.59 0.15
HSL 343.98º 0.7% 0.51% -
HSV(B) 343.98º 0.81% 0.85% -
XYZ 31.17 17.04 10.88 -
YUV 98.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 217 41 88 0 0.81 0.59 0.15 343.98 0.7 0.51
Hex D9 29 58 0 51 3B F 158 46 33
Octal 331 51 130 0 121 73 17 530 106 63
Binary 11011001 101001 1011000 0 1010001 111011 1111 101011000 1000110 110011

Color Harmonies of #D92958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92958

Black with #D92958

Text Example


Text Example

White with #D92958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92958; }

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

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

background-color css

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

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

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

border-color css

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

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

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