Html Css Color HEX #D92EA8 Deep Cerise

📋 copy color: '#D92EA8'

red 217 ◦ green 46 ◦ blue 168

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

Shades of Deep Cerise #D92EA8

Tints of Deep Cerise #D92EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 50.35%
G = 10.67%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D92EA8 (or 0xD92EA8) is known color: Deep Cerise. HEX triplet: D9, 2E and A8. RGB value is (217,46,168). Sum of RGB (Red+Green+Blue) = 217+46+168=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EA8 is #26D157. Grayscale: #6E6E6E. Windows color (decimal): -2543960 or 11022041. OLE color: 11022041.

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

Color convert

RGB 217 46 168 -
CMYK 0 0.79 0.23 0.15
HSL 317.19º 0.69% 0.52% -
HSV(B) 317.19º 0.79% 0.85% -
XYZ 36.66 19.53 38.88 -
YUV 111.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 217 46 168 0 0.79 0.23 0.15 317.19 0.69 0.52
Hex D9 2E A8 0 4F 17 F 13D 45 34
Octal 331 56 250 0 117 27 17 475 105 64
Binary 11011001 101110 10101000 0 1001111 10111 1111 100111101 1000101 110100

Color Harmonies of #D92EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EA8

Black with #D92EA8

Text Example


Text Example

White with #D92EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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