Html Css Color HEX #D510DB Deep Magenta

📋 copy color: '#D510DB'

red 213 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #D510DB

Tints of Deep Magenta #D510DB

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

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

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

R = 47.54%
G = 3.57%
B = 48.88%

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

#D510DB (or 0xD510DB) is known color: Deep Magenta. HEX triplet: D5, 10 and DB. RGB value is (213,16,219). Sum of RGB (Red+Green+Blue) = 213+16+219=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #D510DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510DB is #2AEF24. Grayscale: #616161. Windows color (decimal): -2813733 or 14356693. OLE color: 14356693.

HSL color Cylindrical-coordinate representation of color #D510DB: hue angle of 298.23º 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 #D510DB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 16 219 -
CMYK 0.03 0.93 0 0.14
HSL 298.23º 0.86% 0.46% -
HSV(B) 298.23º 0.93% 0.86% -
XYZ 40.41 19.63 68.68 -
YUV 98.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 213 16 219 0.03 0.93 0 0.14 298.23 0.86 0.46
Hex D5 10 DB 3 5D 0 E 12A 56 2E
Octal 325 20 333 3 135 0 16 452 126 56
Binary 11010101 10000 11011011 11 1011101 0 1110 100101010 1010110 101110

Color Harmonies of #D510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510DB

Black with #D510DB

Text Example


Text Example

White with #D510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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