Html Css Color HEX #D90AD0 Deep Magenta

📋 copy color: '#D90AD0'

red 217 ◦ green 10 ◦ blue 208

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

Shades of Deep Magenta #D90AD0

Tints of Deep Magenta #D90AD0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 49.89%
G = 2.3%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D90AD0 (or 0xD90AD0) is known color: Deep Magenta. HEX triplet: D9, 0A and D0. RGB value is (217,10,208). Sum of RGB (Red+Green+Blue) = 217+10+208=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AD0 is #26F52F. Grayscale: #5D5D5D. Windows color (decimal): -2553136 or 13634265. OLE color: 13634265.

HSL color Cylindrical-coordinate representation of color #D90AD0: hue angle of 302.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90AD0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 10 208 -
CMYK 0 0.95 0.04 0.15
HSL 302.61º 0.91% 0.45% -
HSV(B) 302.61º 0.95% 0.85% -
XYZ 40.11 19.52 61.33 -
YUV 94.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 217 10 208 0 0.95 0.04 0.15 302.61 0.91 0.45
Hex D9 A D0 0 5F 4 F 12F 5B 2D
Octal 331 12 320 0 137 4 17 457 133 55
Binary 11011001 1010 11010000 0 1011111 100 1111 100101111 1011011 101101

Color Harmonies of #D90AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AD0

Black with #D90AD0

Text Example


Text Example

White with #D90AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AD0; }

 p { color: rgb(217,10,208); }

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

background-color css

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

 a { background-color: rgb(217,10,208); }

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

border-color css

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

 span { border-color: rgb(217,10,208); }

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