Html Css Color HEX #D60AB9 Deep Magenta

📋 copy color: '#D60AB9'

red 214 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #D60AB9

Tints of Deep Magenta #D60AB9

RGB

 RED value IS 214 (83.98% from 255) = 52.32%

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 52.32%
G = 2.44%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D60AB9 (or 0xD60AB9) is known color: Deep Magenta. HEX triplet: D6, 0A and B9. RGB value is (214,10,185). Sum of RGB (Red+Green+Blue) = 214+10+185=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AB9 is #29F546. Grayscale: #5A5A5A. Windows color (decimal): -2749767 or 12126934. OLE color: 12126934.

HSL color Cylindrical-coordinate representation of color #D60AB9: hue angle of 308.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 10 185 -
CMYK 0 0.95 0.14 0.16
HSL 308.53º 0.91% 0.44% -
HSV(B) 308.53º 0.95% 0.84% -
XYZ 36.6 18.02 47.45 -
YUV 90.95 181.09 215.77 -
System Red Green Blue C M Y K H S L
Decimal 214 10 185 0 0.95 0.14 0.16 308.53 0.91 0.44
Hex D6 A B9 0 5F E 10 135 5B 2C
Octal 326 12 271 0 137 16 20 465 133 54
Binary 11010110 1010 10111001 0 1011111 1110 10000 100110101 1011011 101100

Color Harmonies of #D60AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AB9

Black with #D60AB9

Text Example


Text Example

White with #D60AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AB9; }

 p { color: rgb(214,10,185); }

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

background-color css

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

 a { background-color: rgb(214,10,185); }

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

border-color css

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

 span { border-color: rgb(214,10,185); }

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