Html Css Color HEX #D90ABB Deep Magenta

📋 copy color: '#D90ABB'

red 217 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #D90ABB

Tints of Deep Magenta #D90ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 52.42%
G = 2.42%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D90ABB (or 0xD90ABB) is known color: Deep Magenta. HEX triplet: D9, 0A and BB. RGB value is (217,10,187). Sum of RGB (Red+Green+Blue) = 217+10+187=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ABB is #26F544. Grayscale: #5B5B5B. Windows color (decimal): -2553157 or 12258009. OLE color: 12258009.

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

Color convert

RGB 217 10 187 -
CMYK 0 0.95 0.14 0.15
HSL 308.7º 0.91% 0.45% -
HSV(B) 308.7º 0.95% 0.85% -
XYZ 37.69 18.56 48.61 -
YUV 92.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 217 10 187 0 0.95 0.14 0.15 308.7 0.91 0.45
Hex D9 A BB 0 5F E F 135 5B 2D
Octal 331 12 273 0 137 16 17 465 133 55
Binary 11011001 1010 10111011 0 1011111 1110 1111 100110101 1011011 101101

Color Harmonies of #D90ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90ABB

Black with #D90ABB

Text Example


Text Example

White with #D90ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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