Html Css Color HEX #D90DC3 Deep Magenta

📋 copy color: '#D90DC3'

red 217 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #D90DC3

Tints of Deep Magenta #D90DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.88%

R = 51.06%
G = 3.06%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D90DC3 (or 0xD90DC3) is known color: Deep Magenta. HEX triplet: D9, 0D and C3. RGB value is (217,13,195). Sum of RGB (Red+Green+Blue) = 217+13+195=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DC3 is #26F23C. Grayscale: #5E5E5E. Windows color (decimal): -2552381 or 12783065. OLE color: 12783065.

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

Color convert

RGB 217 13 195 -
CMYK 0 0.94 0.10 0.15
HSL 306.47º 0.89% 0.45% -
HSV(B) 306.47º 0.94% 0.85% -
XYZ 38.61 18.98 53.26 -
YUV 94.74 184.59 215.2 -
System Red Green Blue C M Y K H S L
Decimal 217 13 195 0 0.94 0.10 0.15 306.47 0.89 0.45
Hex D9 D C3 0 5E A F 132 59 2D
Octal 331 15 303 0 136 12 17 462 131 55
Binary 11011001 1101 11000011 0 1011110 1010 1111 100110010 1011001 101101

Color Harmonies of #D90DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DC3

Black with #D90DC3

Text Example


Text Example

White with #D90DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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