Html Css Color HEX #D610DD Deep Magenta

📋 copy color: '#D610DD'

red 214 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #D610DD

Tints of Deep Magenta #D610DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 47.45%
G = 3.55%
B = 49%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D610DD (or 0xD610DD) is known color: Deep Magenta. HEX triplet: D6, 10 and DD. RGB value is (214,16,221). Sum of RGB (Red+Green+Blue) = 214+16+221=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D610DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610DD is #29EF22. Grayscale: #616161. Windows color (decimal): -2748195 or 14487766. OLE color: 14487766.

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

Color convert

RGB 214 16 221 -
CMYK 0.03 0.93 0 0.13
HSL 297.95º 0.86% 0.46% -
HSV(B) 297.95º 0.93% 0.87% -
XYZ 40.97 19.89 70.09 -
YUV 98.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 214 16 221 0.03 0.93 0 0.13 297.95 0.86 0.46
Hex D6 10 DD 3 5D 0 D 12A 56 2E
Octal 326 20 335 3 135 0 15 452 126 56
Binary 11010110 10000 11011101 11 1011101 0 1101 100101010 1010110 101110

Color Harmonies of #D610DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610DD

Black with #D610DD

Text Example


Text Example

White with #D610DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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