Html Css Color HEX #D610DC Deep Magenta

📋 copy color: '#D610DC'

red 214 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #D610DC

Tints of Deep Magenta #D610DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.56%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 47.56%
G = 3.56%
B = 48.89%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D610DC (or 0xD610DC) is known color: Deep Magenta. HEX triplet: D6, 10 and DC. RGB value is (214,16,220). Sum of RGB (Red+Green+Blue) = 214+16+220=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D610DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610DC is #29EF23. Grayscale: #616161. Windows color (decimal): -2748196 or 14422230. OLE color: 14422230.

HSL color Cylindrical-coordinate representation of color #D610DC: hue angle of 298.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610DC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 16 220 -
CMYK 0.03 0.93 0 0.14
HSL 298.24º 0.86% 0.46% -
HSV(B) 298.24º 0.93% 0.86% -
XYZ 40.84 19.83 69.39 -
YUV 98.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 214 16 220 0.03 0.93 0 0.14 298.24 0.86 0.46
Hex D6 10 DC 3 5D 0 E 12A 56 2E
Octal 326 20 334 3 135 0 16 452 126 56
Binary 11010110 10000 11011100 11 1011101 0 1110 100101010 1010110 101110

Color Harmonies of #D610DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610DC

Black with #D610DC

Text Example


Text Example

White with #D610DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610DC; }

 p { color: rgb(214,16,220); }

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

background-color css

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

 a { background-color: rgb(214,16,220); }

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

border-color css

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

 span { border-color: rgb(214,16,220); }

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