Html Css Color HEX #DF18CD Deep Magenta

📋 copy color: '#DF18CD'

red 223 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #DF18CD

Tints of Deep Magenta #DF18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.31%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 49.34%
G = 5.31%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF18CD (or 0xDF18CD) is known color: Deep Magenta. HEX triplet: DF, 18 and CD. RGB value is (223,24,205). Sum of RGB (Red+Green+Blue) = 223+24+205=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18CD is #20E732. Grayscale: #676767. Windows color (decimal): -2156339 or 13441247. OLE color: 13441247.

HSL color Cylindrical-coordinate representation of color #DF18CD: hue angle of 305.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18CD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 205 -
CMYK 0 0.89 0.08 0.13
HSL 305.43º 0.81% 0.48% -
HSV(B) 305.43º 0.89% 0.87% -
XYZ 41.78 20.75 59.56 -
YUV 104.14 184.93 212.78 -
System Red Green Blue C M Y K H S L
Decimal 223 24 205 0 0.89 0.08 0.13 305.43 0.81 0.48
Hex DF 18 CD 0 59 8 D 131 51 30
Octal 337 30 315 0 131 10 15 461 121 60
Binary 11011111 11000 11001101 0 1011001 1000 1101 100110001 1010001 110000

Color Harmonies of #DF18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF18CD

Black with #DF18CD

Text Example


Text Example

White with #DF18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF18CD; }

 p { color: rgb(223,24,205); }

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

background-color css

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

 a { background-color: rgb(223,24,205); }

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

border-color css

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

 span { border-color: rgb(223,24,205); }

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