Html Css Color HEX #D90DD1 Deep Magenta

📋 copy color: '#D90DD1'

red 217 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #D90DD1

Tints of Deep Magenta #D90DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.96%

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 49.43%
G = 2.96%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D90DD1 (or 0xD90DD1) is known color: Deep Magenta. HEX triplet: D9, 0D and D1. RGB value is (217,13,209). Sum of RGB (Red+Green+Blue) = 217+13+209=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DD1 is #26F22E. Grayscale: #5F5F5F. Windows color (decimal): -2552367 or 13700569. OLE color: 13700569.

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

Color convert

RGB 217 13 209 -
CMYK 0 0.94 0.04 0.15
HSL 302.35º 0.89% 0.45% -
HSV(B) 302.35º 0.94% 0.85% -
XYZ 40.27 19.64 61.99 -
YUV 96.34 191.59 214.06 -
System Red Green Blue C M Y K H S L
Decimal 217 13 209 0 0.94 0.04 0.15 302.35 0.89 0.45
Hex D9 D D1 0 5E 4 F 12E 59 2D
Octal 331 15 321 0 136 4 17 456 131 55
Binary 11011001 1101 11010001 0 1011110 100 1111 100101110 1011001 101101

Color Harmonies of #D90DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DD1

Black with #D90DD1

Text Example


Text Example

White with #D90DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DD1; }

 p { color: rgb(217,13,209); }

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

background-color css

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

 a { background-color: rgb(217,13,209); }

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

border-color css

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

 span { border-color: rgb(217,13,209); }

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