Html Css Color HEX #D710DB Deep Magenta

📋 copy color: '#D710DB'

red 215 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #D710DB

Tints of Deep Magenta #D710DB

RGB

 RED value IS 215 (84.38% from 255) = 47.78%

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

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

R = 47.78%
G = 3.56%
B = 48.67%

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

#D710DB (or 0xD710DB) is known color: Deep Magenta. HEX triplet: D7, 10 and DB. RGB value is (215,16,219). Sum of RGB (Red+Green+Blue) = 215+16+219=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #D710DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710DB is #28EF24. Grayscale: #626262. Windows color (decimal): -2682661 or 14356695. OLE color: 14356695.

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

Color convert

RGB 215 16 219 -
CMYK 0.02 0.93 0 0.14
HSL 298.82º 0.86% 0.46% -
HSV(B) 298.82º 0.93% 0.86% -
XYZ 41 19.93 68.7 -
YUV 98.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 215 16 219 0.02 0.93 0 0.14 298.82 0.86 0.46
Hex D7 10 DB 2 5D 0 E 12B 56 2E
Octal 327 20 333 2 135 0 16 453 126 56
Binary 11010111 10000 11011011 10 1011101 0 1110 100101011 1010110 101110

Color Harmonies of #D710DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710DB

Black with #D710DB

Text Example


Text Example

White with #D710DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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