Html Css Color HEX #D92AE1 Deep Magenta

📋 copy color: '#D92AE1'

red 217 ◦ green 42 ◦ blue 225

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

Shades of Deep Magenta #D92AE1

Tints of Deep Magenta #D92AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 44.83%
G = 8.68%
B = 46.49%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D92AE1 (or 0xD92AE1) is known color: Deep Magenta. HEX triplet: D9, 2A and E1. RGB value is (217,42,225). Sum of RGB (Red+Green+Blue) = 217+42+225=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #D92AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92AE1 is #26D51E. Grayscale: #727272. Windows color (decimal): -2544927 or 14756569. OLE color: 14756569.

HSL color Cylindrical-coordinate representation of color #D92AE1: hue angle of 297.38º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92AE1 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 42 225 -
CMYK 0.04 0.81 0 0.12
HSL 297.38º 0.75% 0.52% -
HSV(B) 297.38º 0.81% 0.88% -
XYZ 43.03 21.84 73.18 -
YUV 115.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 217 42 225 0.04 0.81 0 0.12 297.38 0.75 0.52
Hex D9 2A E1 4 51 0 C 129 4B 34
Octal 331 52 341 4 121 0 14 451 113 64
Binary 11011001 101010 11100001 100 1010001 0 1100 100101001 1001011 110100

Color Harmonies of #D92AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92AE1

Black with #D92AE1

Text Example


Text Example

White with #D92AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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