Html Css Color HEX #D610DB Deep Magenta

📋 copy color: '#D610DB'

red 214 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #D610DB

Tints of Deep Magenta #D610DB

RGB

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

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

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

R = 47.66%
G = 3.56%
B = 48.78%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D610DB (or 0xD610DB) is known color: Deep Magenta. HEX triplet: D6, 10 and DB. RGB value is (214,16,219). Sum of RGB (Red+Green+Blue) = 214+16+219=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D610DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610DB is #29EF24. Grayscale: #616161. Windows color (decimal): -2748197 or 14356694. OLE color: 14356694.

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

Color convert

RGB 214 16 219 -
CMYK 0.02 0.93 0 0.14
HSL 298.52º 0.86% 0.46% -
HSV(B) 298.52º 0.93% 0.86% -
XYZ 40.7 19.78 68.69 -
YUV 98.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 214 16 219 0.02 0.93 0 0.14 298.52 0.86 0.46
Hex D6 10 DB 2 5D 0 E 12B 56 2E
Octal 326 20 333 2 135 0 16 453 126 56
Binary 11010110 10000 11011011 10 1011101 0 1110 100101011 1010110 101110

Color Harmonies of #D610DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610DB

Black with #D610DB

Text Example


Text Example

White with #D610DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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