Html Css Color HEX #D60AB8 Deep Magenta

📋 copy color: '#D60AB8'

red 214 ◦ green 10 ◦ blue 184

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

Shades of Deep Magenta #D60AB8

Tints of Deep Magenta #D60AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 52.45%
G = 2.45%
B = 45.1%

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

#D60AB8 (or 0xD60AB8) is known color: Deep Magenta. HEX triplet: D6, 0A and B8. RGB value is (214,10,184). Sum of RGB (Red+Green+Blue) = 214+10+184=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AB8 is #29F547. Grayscale: #5A5A5A. Windows color (decimal): -2749768 or 12061398. OLE color: 12061398.

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

Color convert

RGB 214 10 184 -
CMYK 0 0.95 0.14 0.16
HSL 308.82º 0.91% 0.44% -
HSV(B) 308.82º 0.95% 0.84% -
XYZ 36.49 17.97 46.89 -
YUV 90.83 180.59 215.85 -
System Red Green Blue C M Y K H S L
Decimal 214 10 184 0 0.95 0.14 0.16 308.82 0.91 0.44
Hex D6 A B8 0 5F E 10 135 5B 2C
Octal 326 12 270 0 137 16 20 465 133 54
Binary 11010110 1010 10111000 0 1011111 1110 10000 100110101 1011011 101100

Color Harmonies of #D60AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AB8

Black with #D60AB8

Text Example


Text Example

White with #D60AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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