Html Css Color HEX #D60ADB Deep Magenta

📋 copy color: '#D60ADB'

red 214 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #D60ADB

Tints of Deep Magenta #D60ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 48.31%
G = 2.26%
B = 49.44%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D60ADB (or 0xD60ADB) is known color: Deep Magenta. HEX triplet: D6, 0A and DB. RGB value is (214,10,219). Sum of RGB (Red+Green+Blue) = 214+10+219=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D60ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ADB is #29F524. Grayscale: #5E5E5E. Windows color (decimal): -2749733 or 14355158. OLE color: 14355158.

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

Color convert

RGB 214 10 219 -
CMYK 0.02 0.95 0 0.14
HSL 298.56º 0.91% 0.45% -
HSV(B) 298.56º 0.95% 0.86% -
XYZ 40.63 19.63 68.67 -
YUV 94.82 198.09 213.01 -
System Red Green Blue C M Y K H S L
Decimal 214 10 219 0.02 0.95 0 0.14 298.56 0.91 0.45
Hex D6 A DB 2 5F 0 E 12B 5B 2D
Octal 326 12 333 2 137 0 16 453 133 55
Binary 11010110 1010 11011011 10 1011111 0 1110 100101011 1011011 101101

Color Harmonies of #D60ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60ADB

Black with #D60ADB

Text Example


Text Example

White with #D60ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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