Html Css Color HEX #D90FCD Deep Magenta

📋 copy color: '#D90FCD'

red 217 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #D90FCD

Tints of Deep Magenta #D90FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 49.66%
G = 3.43%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D90FCD (or 0xD90FCD) is known color: Deep Magenta. HEX triplet: D9, 0F and CD. RGB value is (217,15,205). Sum of RGB (Red+Green+Blue) = 217+15+205=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FCD is #26F032. Grayscale: #606060. Windows color (decimal): -2551859 or 13438937. OLE color: 13438937.

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

Color convert

RGB 217 15 205 -
CMYK 0 0.93 0.06 0.15
HSL 303.56º 0.87% 0.45% -
HSV(B) 303.56º 0.93% 0.85% -
XYZ 39.81 19.5 59.42 -
YUV 97.06 188.92 213.55 -
System Red Green Blue C M Y K H S L
Decimal 217 15 205 0 0.93 0.06 0.15 303.56 0.87 0.45
Hex D9 F CD 0 5D 6 F 130 57 2D
Octal 331 17 315 0 135 6 17 460 127 55
Binary 11011001 1111 11001101 0 1011101 110 1111 100110000 1010111 101101

Color Harmonies of #D90FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FCD

Black with #D90FCD

Text Example


Text Example

White with #D90FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FCD; }

 p { color: rgb(217,15,205); }

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

background-color css

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

 a { background-color: rgb(217,15,205); }

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

border-color css

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

 span { border-color: rgb(217,15,205); }

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