Html Css Color HEX #D60DD1 Deep Magenta

📋 copy color: '#D60DD1'

red 214 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #D60DD1

Tints of Deep Magenta #D60DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

 BLUE value IS 209 (82.03% from 255) = 47.94%

R = 49.08%
G = 2.98%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D60DD1 (or 0xD60DD1) is known color: Deep Magenta. HEX triplet: D6, 0D and D1. RGB value is (214,13,209). Sum of RGB (Red+Green+Blue) = 214+13+209=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DD1 is #29F22E. Grayscale: #5E5E5E. Windows color (decimal): -2748975 or 13700566. OLE color: 13700566.

HSL color Cylindrical-coordinate representation of color #D60DD1: hue angle of 301.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 209 -
CMYK 0 0.94 0.02 0.16
HSL 301.49º 0.89% 0.45% -
HSV(B) 301.49º 0.94% 0.84% -
XYZ 39.38 19.19 61.95 -
YUV 95.44 192.09 212.56 -
System Red Green Blue C M Y K H S L
Decimal 214 13 209 0 0.94 0.02 0.16 301.49 0.89 0.45
Hex D6 D D1 0 5E 2 10 12D 59 2D
Octal 326 15 321 0 136 2 20 455 131 55
Binary 11010110 1101 11010001 0 1011110 10 10000 100101101 1011001 101101

Color Harmonies of #D60DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DD1

Black with #D60DD1

Text Example


Text Example

White with #D60DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DD1; }

 p { color: rgb(214,13,209); }

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

background-color css

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

 a { background-color: rgb(214,13,209); }

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

border-color css

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

 span { border-color: rgb(214,13,209); }

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