Html Css Color HEX #DF15CE Deep Magenta

📋 copy color: '#DF15CE'

red 223 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #DF15CE

Tints of Deep Magenta #DF15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 49.56%
G = 4.67%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF15CE (or 0xDF15CE) is known color: Deep Magenta. HEX triplet: DF, 15 and CE. RGB value is (223,21,206). Sum of RGB (Red+Green+Blue) = 223+21+206=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15CE is #20EA31. Grayscale: #656565. Windows color (decimal): -2157106 or 13506015. OLE color: 13506015.

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

Color convert

RGB 223 21 206 -
CMYK 0 0.91 0.08 0.13
HSL 305.05º 0.83% 0.48% -
HSV(B) 305.05º 0.91% 0.87% -
XYZ 41.84 20.68 60.18 -
YUV 102.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 223 21 206 0 0.91 0.08 0.13 305.05 0.83 0.48
Hex DF 15 CE 0 5B 8 D 131 53 30
Octal 337 25 316 0 133 10 15 461 123 60
Binary 11011111 10101 11001110 0 1011011 1000 1101 100110001 1010011 110000

Color Harmonies of #DF15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15CE

Black with #DF15CE

Text Example


Text Example

White with #DF15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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