Html Css Color HEX #DF15D3 Deep Magenta

📋 copy color: '#DF15D3'

red 223 ◦ green 21 ◦ blue 211

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

Shades of Deep Magenta #DF15D3

Tints of Deep Magenta #DF15D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.37%

R = 49.01%
G = 4.62%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF15D3 (or 0xDF15D3) is known color: Deep Magenta. HEX triplet: DF, 15 and D3. RGB value is (223,21,211). Sum of RGB (Red+Green+Blue) = 223+21+211=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15D3 is #20EA2C. Grayscale: #666666. Windows color (decimal): -2157101 or 13833695. OLE color: 13833695.

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

Color convert

RGB 223 21 211 -
CMYK 0 0.91 0.05 0.13
HSL 303.56º 0.83% 0.48% -
HSV(B) 303.56º 0.91% 0.87% -
XYZ 42.46 20.93 63.43 -
YUV 103.06 188.92 213.55 -
System Red Green Blue C M Y K H S L
Decimal 223 21 211 0 0.91 0.05 0.13 303.56 0.83 0.48
Hex DF 15 D3 0 5B 5 D 130 53 30
Octal 337 25 323 0 133 5 15 460 123 60
Binary 11011111 10101 11010011 0 1011011 101 1101 100110000 1010011 110000

Color Harmonies of #DF15D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15D3

Black with #DF15D3

Text Example


Text Example

White with #DF15D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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