Html Css Color HEX #D90ABD Deep Magenta

📋 copy color: '#D90ABD'

red 217 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #D90ABD

Tints of Deep Magenta #D90ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 52.16%
G = 2.4%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D90ABD (or 0xD90ABD) is known color: Deep Magenta. HEX triplet: D9, 0A and BD. RGB value is (217,10,189). Sum of RGB (Red+Green+Blue) = 217+10+189=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ABD is #26F542. Grayscale: #5B5B5B. Windows color (decimal): -2553155 or 12389081. OLE color: 12389081.

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

Color convert

RGB 217 10 189 -
CMYK 0 0.95 0.13 0.15
HSL 308.12º 0.91% 0.45% -
HSV(B) 308.12º 0.95% 0.85% -
XYZ 37.91 18.64 49.74 -
YUV 92.3 182.58 216.95 -
System Red Green Blue C M Y K H S L
Decimal 217 10 189 0 0.95 0.13 0.15 308.12 0.91 0.45
Hex D9 A BD 0 5F D F 134 5B 2D
Octal 331 12 275 0 137 15 17 464 133 55
Binary 11011001 1010 10111101 0 1011111 1101 1111 100110100 1011011 101101

Color Harmonies of #D90ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90ABD

Black with #D90ABD

Text Example


Text Example

White with #D90ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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