Html Css Color HEX #D715DB Deep Magenta

📋 copy color: '#D715DB'

red 215 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #D715DB

Tints of Deep Magenta #D715DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.62%

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

R = 47.25%
G = 4.62%
B = 48.13%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D715DB (or 0xD715DB) is known color: Deep Magenta. HEX triplet: D7, 15 and DB. RGB value is (215,21,219). Sum of RGB (Red+Green+Blue) = 215+21+219=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D715DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DB is #28EA24. Grayscale: #646464. Windows color (decimal): -2681381 or 14357975. OLE color: 14357975.

HSL color Cylindrical-coordinate representation of color #D715DB: hue angle of 298.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D715DB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 21 219 -
CMYK 0.02 0.90 0 0.14
HSL 298.79º 0.83% 0.47% -
HSV(B) 298.79º 0.9% 0.86% -
XYZ 41.08 20.1 68.73 -
YUV 101.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 215 21 219 0.02 0.90 0 0.14 298.79 0.83 0.47
Hex D7 15 DB 2 5A 0 E 12B 52 2F
Octal 327 25 333 2 132 0 16 453 122 57
Binary 11010111 10101 11011011 10 1011010 0 1110 100101011 1010010 101111

Color Harmonies of #D715DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715DB

Black with #D715DB

Text Example


Text Example

White with #D715DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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