Html Css Color HEX #D92A58 Cerise

📋 copy color: '#D92A58'

red 217 ◦ green 42 ◦ blue 88

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

Shades of Cerise #D92A58

Tints of Cerise #D92A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

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

R = 62.54%
G = 12.1%
B = 25.36%

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

#D92A58 (or 0xD92A58) is known color: Cerise. HEX triplet: D9, 2A and 58. RGB value is (217,42,88). Sum of RGB (Red+Green+Blue) = 217+42+88=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A58 is #26D5A7. Grayscale: #636363. Windows color (decimal): -2545064 or 5778137. OLE color: 5778137.

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

Color convert

RGB 217 42 88 -
CMYK 0 0.81 0.59 0.15
HSL 344.23º 0.7% 0.51% -
HSV(B) 344.23º 0.81% 0.85% -
XYZ 31.2 17.11 10.89 -
YUV 99.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 217 42 88 0 0.81 0.59 0.15 344.23 0.7 0.51
Hex D9 2A 58 0 51 3B F 158 46 33
Octal 331 52 130 0 121 73 17 530 106 63
Binary 11011001 101010 1011000 0 1010001 111011 1111 101011000 1000110 110011

Color Harmonies of #D92A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A58

Black with #D92A58

Text Example


Text Example

White with #D92A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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