Html Css Color HEX #DF15DA Deep Magenta

📋 copy color: '#DF15DA'

red 223 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #DF15DA

Tints of Deep Magenta #DF15DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 48.27%
G = 4.55%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF15DA (or 0xDF15DA) is known color: Deep Magenta. HEX triplet: DF, 15 and DA. RGB value is (223,21,218). Sum of RGB (Red+Green+Blue) = 223+21+218=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15DA is #20EA25. Grayscale: #676767. Windows color (decimal): -2157094 or 14292447. OLE color: 14292447.

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

Color convert

RGB 223 21 218 -
CMYK 0 0.91 0.02 0.13
HSL 301.49º 0.83% 0.48% -
HSV(B) 301.49º 0.91% 0.87% -
XYZ 43.35 21.29 68.15 -
YUV 103.86 192.42 212.98 -
System Red Green Blue C M Y K H S L
Decimal 223 21 218 0 0.91 0.02 0.13 301.49 0.83 0.48
Hex DF 15 DA 0 5B 2 D 12D 53 30
Octal 337 25 332 0 133 2 15 455 123 60
Binary 11011111 10101 11011010 0 1011011 10 1101 100101101 1010011 110000

Color Harmonies of #DF15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15DA

Black with #DF15DA

Text Example


Text Example

White with #DF15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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