Html Css Color HEX #D92E5A Cerise

📋 copy color: '#D92E5A'

red 217 ◦ green 46 ◦ blue 90

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

Shades of Cerise #D92E5A

Tints of Cerise #D92E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.03%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 61.47%
G = 13.03%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D92E5A (or 0xD92E5A) is known color: Cerise. HEX triplet: D9, 2E and 5A. RGB value is (217,46,90). Sum of RGB (Red+Green+Blue) = 217+46+90=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E5A is #26D1A5. Grayscale: #666666. Windows color (decimal): -2544038 or 5910233. OLE color: 5910233.

HSL color Cylindrical-coordinate representation of color #D92E5A: hue angle of 344.56º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E5A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 46 90 -
CMYK 0 0.79 0.59 0.15
HSL 344.56º 0.69% 0.52% -
HSV(B) 344.56º 0.79% 0.85% -
XYZ 31.44 17.44 11.38 -
YUV 102.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 217 46 90 0 0.79 0.59 0.15 344.56 0.69 0.52
Hex D9 2E 5A 0 4F 3B F 159 45 34
Octal 331 56 132 0 117 73 17 531 105 64
Binary 11011001 101110 1011010 0 1001111 111011 1111 101011001 1000101 110100

Color Harmonies of #D92E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E5A

Black with #D92E5A

Text Example


Text Example

White with #D92E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E5A; }

 p { color: rgb(217,46,90); }

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

background-color css

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

 a { background-color: rgb(217,46,90); }

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

border-color css

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

 span { border-color: rgb(217,46,90); }

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