Html Css Color HEX #D610D5 Deep Magenta

📋 copy color: '#D610D5'

red 214 ◦ green 16 ◦ blue 213

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

Shades of Deep Magenta #D610D5

Tints of Deep Magenta #D610D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.08%

R = 48.31%
G = 3.61%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D610D5 (or 0xD610D5) is known color: Deep Magenta. HEX triplet: D6, 10 and D5. RGB value is (214,16,213). Sum of RGB (Red+Green+Blue) = 214+16+213=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D610D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610D5 is #29EF2A. Grayscale: #616161. Windows color (decimal): -2748203 or 13963478. OLE color: 13963478.

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

Color convert

RGB 214 16 213 -
CMYK 0 0.93 0.00 0.16
HSL 300.3º 0.86% 0.45% -
HSV(B) 300.3º 0.93% 0.84% -
XYZ 39.93 19.47 64.6 -
YUV 97.66 193.1 210.98 -
System Red Green Blue C M Y K H S L
Decimal 214 16 213 0 0.93 0.00 0.16 300.3 0.86 0.45
Hex D6 10 D5 0 5D 0 10 12C 56 2D
Octal 326 20 325 0 135 0 20 454 126 55
Binary 11010110 10000 11010101 0 1011101 0 10000 100101100 1010110 101101

Color Harmonies of #D610D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610D5

Black with #D610D5

Text Example


Text Example

White with #D610D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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