Html Css Color HEX #DF15CF Deep Magenta

📋 copy color: '#DF15CF'

red 223 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #DF15CF

Tints of Deep Magenta #DF15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 49.45%
G = 4.66%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF15CF (or 0xDF15CF) is known color: Deep Magenta. HEX triplet: DF, 15 and CF. RGB value is (223,21,207). Sum of RGB (Red+Green+Blue) = 223+21+207=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15CF is #20EA30. Grayscale: #666666. Windows color (decimal): -2157105 or 13571551. OLE color: 13571551.

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

Color convert

RGB 223 21 207 -
CMYK 0 0.91 0.07 0.13
HSL 304.75º 0.83% 0.48% -
HSV(B) 304.75º 0.91% 0.87% -
XYZ 41.96 20.73 60.82 -
YUV 102.6 186.92 213.88 -
System Red Green Blue C M Y K H S L
Decimal 223 21 207 0 0.91 0.07 0.13 304.75 0.83 0.48
Hex DF 15 CF 0 5B 7 D 131 53 30
Octal 337 25 317 0 133 7 15 461 123 60
Binary 11011111 10101 11001111 0 1011011 111 1101 100110001 1010011 110000

Color Harmonies of #DF15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15CF

Black with #DF15CF

Text Example


Text Example

White with #DF15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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