Html Css Color HEX #D92ADB Deep Magenta

📋 copy color: '#D92ADB'

red 217 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D92ADB

Tints of Deep Magenta #D92ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 45.4%
G = 8.79%
B = 45.82%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D92ADB (or 0xD92ADB) is known color: Deep Magenta. HEX triplet: D9, 2A and DB. RGB value is (217,42,219). Sum of RGB (Red+Green+Blue) = 217+42+219=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D92ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92ADB is #26D524. Grayscale: #717171. Windows color (decimal): -2544933 or 14363353. OLE color: 14363353.

HSL color Cylindrical-coordinate representation of color #D92ADB: hue angle of 299.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92ADB is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 42 219 -
CMYK 0.01 0.81 0 0.14
HSL 299.32º 0.71% 0.51% -
HSV(B) 299.32º 0.81% 0.86% -
XYZ 42.23 21.52 68.95 -
YUV 114.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 217 42 219 0.01 0.81 0 0.14 299.32 0.71 0.51
Hex D9 2A DB 1 51 0 E 12B 47 33
Octal 331 52 333 1 121 0 16 453 107 63
Binary 11011001 101010 11011011 1 1010001 0 1110 100101011 1000111 110011

Color Harmonies of #D92ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92ADB

Black with #D92ADB

Text Example


Text Example

White with #D92ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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