Html Css Color HEX #D115DE Deep Magenta

📋 copy color: '#D115DE'

red 209 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #D115DE

Tints of Deep Magenta #D115DE

RGB

 RED value IS 209 (82.03% from 255) = 46.24%

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 46.24%
G = 4.65%
B = 49.12%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D115DE (or 0xD115DE) is known color: Deep Magenta. HEX triplet: D1, 15 and DE. RGB value is (209,21,222). Sum of RGB (Red+Green+Blue) = 209+21+222=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #D115DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115DE is #2EEA21. Grayscale: #636363. Windows color (decimal): -3074594 or 14554577. OLE color: 14554577.

HSL color Cylindrical-coordinate representation of color #D115DE: hue angle of 296.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D115DE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 21 222 -
CMYK 0.06 0.91 0 0.13
HSL 296.12º 0.83% 0.48% -
HSV(B) 296.12º 0.91% 0.87% -
XYZ 39.75 19.37 70.75 -
YUV 100.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 209 21 222 0.06 0.91 0 0.13 296.12 0.83 0.48
Hex D1 15 DE 6 5B 0 D 128 53 30
Octal 321 25 336 6 133 0 15 450 123 60
Binary 11010001 10101 11011110 110 1011011 0 1101 100101000 1010011 110000

Color Harmonies of #D115DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115DE

Black with #D115DE

Text Example


Text Example

White with #D115DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115DE; }

 p { color: rgb(209,21,222); }

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

background-color css

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

 a { background-color: rgb(209,21,222); }

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

border-color css

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

 span { border-color: rgb(209,21,222); }

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