Html Css Color HEX #D92EA0 Deep Cerise

📋 copy color: '#D92EA0'

red 217 ◦ green 46 ◦ blue 160

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

Shades of Deep Cerise #D92EA0

Tints of Deep Cerise #D92EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 51.3%
G = 10.87%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D92EA0 (or 0xD92EA0) is known color: Deep Cerise. HEX triplet: D9, 2E and A0. RGB value is (217,46,160). Sum of RGB (Red+Green+Blue) = 217+46+160=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EA0 is #26D15F. Grayscale: #6D6D6D. Windows color (decimal): -2543968 or 10497753. OLE color: 10497753.

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

Color convert

RGB 217 46 160 -
CMYK 0 0.79 0.26 0.15
HSL 320º 0.69% 0.52% -
HSV(B) 320º 0.79% 0.85% -
XYZ 35.94 19.24 35.08 -
YUV 110.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 217 46 160 0 0.79 0.26 0.15 320 0.69 0.52
Hex D9 2E A0 0 4F 1A F 140 45 34
Octal 331 56 240 0 117 32 17 500 105 64
Binary 11011001 101110 10100000 0 1001111 11010 1111 101000000 1000101 110100

Color Harmonies of #D92EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EA0

Black with #D92EA0

Text Example


Text Example

White with #D92EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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