Html Css Color HEX #D90ABF Deep Magenta

📋 copy color: '#D90ABF'

red 217 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #D90ABF

Tints of Deep Magenta #D90ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 51.91%
G = 2.39%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D90ABF (or 0xD90ABF) is known color: Deep Magenta. HEX triplet: D9, 0A and BF. RGB value is (217,10,191). Sum of RGB (Red+Green+Blue) = 217+10+191=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ABF is #26F540. Grayscale: #5C5C5C. Windows color (decimal): -2553153 or 12520153. OLE color: 12520153.

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

Color convert

RGB 217 10 191 -
CMYK 0 0.95 0.12 0.15
HSL 307.54º 0.91% 0.45% -
HSV(B) 307.54º 0.95% 0.85% -
XYZ 38.13 18.73 50.9 -
YUV 92.53 183.58 216.78 -
System Red Green Blue C M Y K H S L
Decimal 217 10 191 0 0.95 0.12 0.15 307.54 0.91 0.45
Hex D9 A BF 0 5F C F 134 5B 2D
Octal 331 12 277 0 137 14 17 464 133 55
Binary 11011001 1010 10111111 0 1011111 1100 1111 100110100 1011011 101101

Color Harmonies of #D90ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90ABF

Black with #D90ABF

Text Example


Text Example

White with #D90ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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