Html Css Color HEX #D415DB Deep Magenta

📋 copy color: '#D415DB'

red 212 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #D415DB

Tints of Deep Magenta #D415DB

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 4.65%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D415DB (or 0xD415DB) is known color: Deep Magenta. HEX triplet: D4, 15 and DB. RGB value is (212,21,219). Sum of RGB (Red+Green+Blue) = 212+21+219=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #D415DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415DB is #2BEA24. Grayscale: #646464. Windows color (decimal): -2877989 or 14357972. OLE color: 14357972.

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

Color convert

RGB 212 21 219 -
CMYK 0.03 0.90 0 0.14
HSL 297.88º 0.83% 0.47% -
HSV(B) 297.88º 0.9% 0.86% -
XYZ 40.21 19.65 68.69 -
YUV 100.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 212 21 219 0.03 0.90 0 0.14 297.88 0.83 0.47
Hex D4 15 DB 3 5A 0 E 12A 52 2F
Octal 324 25 333 3 132 0 16 452 122 57
Binary 11010100 10101 11011011 11 1011010 0 1110 100101010 1010010 101111

Color Harmonies of #D415DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415DB

Black with #D415DB

Text Example


Text Example

White with #D415DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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