Html Css Color HEX #D60ABB Deep Magenta

📋 copy color: '#D60ABB'

red 214 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #D60ABB

Tints of Deep Magenta #D60ABB

RGB

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

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

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

R = 52.07%
G = 2.43%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D60ABB (or 0xD60ABB) is known color: Deep Magenta. HEX triplet: D6, 0A and BB. RGB value is (214,10,187). Sum of RGB (Red+Green+Blue) = 214+10+187=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ABB is #29F544. Grayscale: #5A5A5A. Windows color (decimal): -2749765 or 12258006. OLE color: 12258006.

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

Color convert

RGB 214 10 187 -
CMYK 0 0.95 0.13 0.16
HSL 307.94º 0.91% 0.44% -
HSV(B) 307.94º 0.95% 0.84% -
XYZ 36.81 18.1 48.57 -
YUV 91.17 182.09 215.61 -
System Red Green Blue C M Y K H S L
Decimal 214 10 187 0 0.95 0.13 0.16 307.94 0.91 0.44
Hex D6 A BB 0 5F D 10 134 5B 2C
Octal 326 12 273 0 137 15 20 464 133 54
Binary 11010110 1010 10111011 0 1011111 1101 10000 100110100 1011011 101100

Color Harmonies of #D60ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60ABB

Black with #D60ABB

Text Example


Text Example

White with #D60ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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