Html Css Color HEX #D92A9F Deep Cerise

📋 copy color: '#D92A9F'

red 217 ◦ green 42 ◦ blue 159

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

Shades of Deep Cerise #D92A9F

Tints of Deep Cerise #D92A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 51.91%
G = 10.05%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D92A9F (or 0xD92A9F) is known color: Deep Cerise. HEX triplet: D9, 2A and 9F. RGB value is (217,42,159). Sum of RGB (Red+Green+Blue) = 217+42+159=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A9F is #26D560. Grayscale: #6B6B6B. Windows color (decimal): -2544993 or 10431193. OLE color: 10431193.

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

Color convert

RGB 217 42 159 -
CMYK 0 0.81 0.27 0.15
HSL 319.89º 0.7% 0.51% -
HSV(B) 319.89º 0.81% 0.85% -
XYZ 35.7 18.91 34.57 -
YUV 107.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 217 42 159 0 0.81 0.27 0.15 319.89 0.7 0.51
Hex D9 2A 9F 0 51 1B F 140 46 33
Octal 331 52 237 0 121 33 17 500 106 63
Binary 11011001 101010 10011111 0 1010001 11011 1111 101000000 1000110 110011

Color Harmonies of #D92A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A9F

Black with #D92A9F

Text Example


Text Example

White with #D92A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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