Html Css Color HEX #D90AB2 Deep Magenta

📋 copy color: '#D90AB2'

red 217 ◦ green 10 ◦ blue 178

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

Shades of Deep Magenta #D90AB2

Tints of Deep Magenta #D90AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 53.58%
G = 2.47%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D90AB2 (or 0xD90AB2) is known color: Deep Magenta. HEX triplet: D9, 0A and B2. RGB value is (217,10,178). Sum of RGB (Red+Green+Blue) = 217+10+178=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90AB2 is #26F54D. Grayscale: #5A5A5A. Windows color (decimal): -2553166 or 11668185. OLE color: 11668185.

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

Color convert

RGB 217 10 178 -
CMYK 0 0.95 0.18 0.15
HSL 311.3º 0.91% 0.45% -
HSV(B) 311.3º 0.95% 0.85% -
XYZ 36.76 18.18 43.69 -
YUV 91.05 177.08 217.84 -
System Red Green Blue C M Y K H S L
Decimal 217 10 178 0 0.95 0.18 0.15 311.3 0.91 0.45
Hex D9 A B2 0 5F 12 F 137 5B 2D
Octal 331 12 262 0 137 22 17 467 133 55
Binary 11011001 1010 10110010 0 1011111 10010 1111 100110111 1011011 101101

Color Harmonies of #D90AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AB2

Black with #D90AB2

Text Example


Text Example

White with #D90AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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