Html Css Color HEX #D60ADF Deep Magenta

📋 copy color: '#D60ADF'

red 214 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #D60ADF

Tints of Deep Magenta #D60ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 47.87%
G = 2.24%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D60ADF (or 0xD60ADF) is known color: Deep Magenta. HEX triplet: D6, 0A and DF. RGB value is (214,10,223). Sum of RGB (Red+Green+Blue) = 214+10+223=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D60ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ADF is #29F520. Grayscale: #5E5E5E. Windows color (decimal): -2749729 or 14617302. OLE color: 14617302.

HSL color Cylindrical-coordinate representation of color #D60ADF: hue angle of 297.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60ADF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 10 223 -
CMYK 0.04 0.96 0 0.13
HSL 297.46º 0.91% 0.46% -
HSV(B) 297.46º 0.96% 0.87% -
XYZ 41.16 19.84 71.47 -
YUV 95.28 200.09 212.68 -
System Red Green Blue C M Y K H S L
Decimal 214 10 223 0.04 0.96 0 0.13 297.46 0.91 0.46
Hex D6 A DF 4 60 0 D 129 5B 2E
Octal 326 12 337 4 140 0 15 451 133 56
Binary 11010110 1010 11011111 100 1100000 0 1101 100101001 1011011 101110

Color Harmonies of #D60ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60ADF

Black with #D60ADF

Text Example


Text Example

White with #D60ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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