Html Css Color HEX #D60DDB Deep Magenta

📋 copy color: '#D60DDB'

red 214 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #D60DDB

Tints of Deep Magenta #D60DDB

RGB

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

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

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

R = 47.98%
G = 2.91%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D60DDB (or 0xD60DDB) is known color: Deep Magenta. HEX triplet: D6, 0D and DB. RGB value is (214,13,219). Sum of RGB (Red+Green+Blue) = 214+13+219=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #D60DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DDB is #29F224. Grayscale: #5F5F5F. Windows color (decimal): -2748965 or 14355926. OLE color: 14355926.

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

Color convert

RGB 214 13 219 -
CMYK 0.02 0.94 0 0.14
HSL 298.54º 0.89% 0.45% -
HSV(B) 298.54º 0.94% 0.86% -
XYZ 40.66 19.7 68.68 -
YUV 96.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 214 13 219 0.02 0.94 0 0.14 298.54 0.89 0.45
Hex D6 D DB 2 5E 0 E 12B 59 2D
Octal 326 15 333 2 136 0 16 453 131 55
Binary 11010110 1101 11011011 10 1011110 0 1110 100101011 1011001 101101

Color Harmonies of #D60DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DDB

Black with #D60DDB

Text Example


Text Example

White with #D60DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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