Html Css Color HEX #D92E9F Deep Cerise

📋 copy color: '#D92E9F'

red 217 ◦ green 46 ◦ blue 159

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

Shades of Deep Cerise #D92E9F

Tints of Deep Cerise #D92E9F

RGB

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

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

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

R = 51.42%
G = 10.9%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D92E9F (or 0xD92E9F) is known color: Deep Cerise. HEX triplet: D9, 2E and 9F. RGB value is (217,46,159). Sum of RGB (Red+Green+Blue) = 217+46+159=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92E9F is #26D160. Grayscale: #6D6D6D. Windows color (decimal): -2543969 or 10432217. OLE color: 10432217.

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

Color convert

RGB 217 46 159 -
CMYK 0 0.79 0.27 0.15
HSL 320.35º 0.69% 0.52% -
HSV(B) 320.35º 0.79% 0.85% -
XYZ 35.85 19.21 34.62 -
YUV 110.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 217 46 159 0 0.79 0.27 0.15 320.35 0.69 0.52
Hex D9 2E 9F 0 4F 1B F 140 45 34
Octal 331 56 237 0 117 33 17 500 105 64
Binary 11011001 101110 10011111 0 1001111 11011 1111 101000000 1000101 110100

Color Harmonies of #D92E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E9F

Black with #D92E9F

Text Example


Text Example

White with #D92E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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