Html Css Color HEX #DF15DC Deep Magenta

📋 copy color: '#DF15DC'

red 223 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #DF15DC

Tints of Deep Magenta #DF15DC

RGB

 RED value IS 223 (87.5% from 255) = 48.06%

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 48.06%
G = 4.53%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF15DC (or 0xDF15DC) is known color: Deep Magenta. HEX triplet: DF, 15 and DC. RGB value is (223,21,220). Sum of RGB (Red+Green+Blue) = 223+21+220=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15DC is #20EA23. Grayscale: #676767. Windows color (decimal): -2157092 or 14423519. OLE color: 14423519.

HSL color Cylindrical-coordinate representation of color #DF15DC: hue angle of 300.89º 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 #DF15DC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 220 -
CMYK 0 0.91 0.01 0.13
HSL 300.89º 0.83% 0.48% -
HSV(B) 300.89º 0.91% 0.87% -
XYZ 43.62 21.39 69.54 -
YUV 104.08 193.42 212.82 -
System Red Green Blue C M Y K H S L
Decimal 223 21 220 0 0.91 0.01 0.13 300.89 0.83 0.48
Hex DF 15 DC 0 5B 1 D 12D 53 30
Octal 337 25 334 0 133 1 15 455 123 60
Binary 11011111 10101 11011100 0 1011011 1 1101 100101101 1010011 110000

Color Harmonies of #DF15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15DC

Black with #DF15DC

Text Example


Text Example

White with #DF15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15DC; }

 p { color: rgb(223,21,220); }

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

background-color css

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

 a { background-color: rgb(223,21,220); }

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

border-color css

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

 span { border-color: rgb(223,21,220); }

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