Html Css Color HEX #DF15D2 Deep Magenta

📋 copy color: '#DF15D2'

red 223 ◦ green 21 ◦ blue 210

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

Shades of Deep Magenta #DF15D2

Tints of Deep Magenta #DF15D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 49.12%
G = 4.63%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF15D2 (or 0xDF15D2) is known color: Deep Magenta. HEX triplet: DF, 15 and D2. RGB value is (223,21,210). Sum of RGB (Red+Green+Blue) = 223+21+210=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15D2 is #20EA2D. Grayscale: #666666. Windows color (decimal): -2157102 or 13768159. OLE color: 13768159.

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

Color convert

RGB 223 21 210 -
CMYK 0 0.91 0.06 0.13
HSL 303.86º 0.83% 0.48% -
HSV(B) 303.86º 0.91% 0.87% -
XYZ 42.33 20.88 62.77 -
YUV 102.94 188.42 213.63 -
System Red Green Blue C M Y K H S L
Decimal 223 21 210 0 0.91 0.06 0.13 303.86 0.83 0.48
Hex DF 15 D2 0 5B 6 D 130 53 30
Octal 337 25 322 0 133 6 15 460 123 60
Binary 11011111 10101 11010010 0 1011011 110 1101 100110000 1010011 110000

Color Harmonies of #DF15D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15D2

Black with #DF15D2

Text Example


Text Example

White with #DF15D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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