Html Css Color HEX #D92A90 Deep Cerise

📋 copy color: '#D92A90'

red 217 ◦ green 42 ◦ blue 144

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

Shades of Deep Cerise #D92A90

Tints of Deep Cerise #D92A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 53.85%
G = 10.42%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D92A90 (or 0xD92A90) is known color: Deep Cerise. HEX triplet: D9, 2A and 90. RGB value is (217,42,144). Sum of RGB (Red+Green+Blue) = 217+42+144=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A90 is #26D56F. Grayscale: #696969. Windows color (decimal): -2545008 or 9448153. OLE color: 9448153.

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

Color convert

RGB 217 42 144 -
CMYK 0 0.81 0.34 0.15
HSL 325.03º 0.7% 0.51% -
HSV(B) 325.03º 0.81% 0.85% -
XYZ 34.48 18.42 28.12 -
YUV 105.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 217 42 144 0 0.81 0.34 0.15 325.03 0.7 0.51
Hex D9 2A 90 0 51 22 F 145 46 33
Octal 331 52 220 0 121 42 17 505 106 63
Binary 11011001 101010 10010000 0 1010001 100010 1111 101000101 1000110 110011

Color Harmonies of #D92A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A90

Black with #D92A90

Text Example


Text Example

White with #D92A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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