Html Css Color HEX #D90DC7 Deep Magenta

📋 copy color: '#D90DC7'

red 217 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #D90DC7

Tints of Deep Magenta #D90DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.39%

R = 50.58%
G = 3.03%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D90DC7 (or 0xD90DC7) is known color: Deep Magenta. HEX triplet: D9, 0D and C7. RGB value is (217,13,199). Sum of RGB (Red+Green+Blue) = 217+13+199=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DC7 is #26F238. Grayscale: #5E5E5E. Windows color (decimal): -2552377 or 13045209. OLE color: 13045209.

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

Color convert

RGB 217 13 199 -
CMYK 0 0.94 0.08 0.15
HSL 305.29º 0.89% 0.45% -
HSV(B) 305.29º 0.94% 0.85% -
XYZ 39.07 19.16 55.67 -
YUV 95.2 186.59 214.88 -
System Red Green Blue C M Y K H S L
Decimal 217 13 199 0 0.94 0.08 0.15 305.29 0.89 0.45
Hex D9 D C7 0 5E 8 F 131 59 2D
Octal 331 15 307 0 136 10 17 461 131 55
Binary 11011001 1101 11000111 0 1011110 1000 1111 100110001 1011001 101101

Color Harmonies of #D90DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DC7

Black with #D90DC7

Text Example


Text Example

White with #D90DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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