Html Css Color HEX #DF17CB Deep Magenta

📋 copy color: '#DF17CB'

red 223 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #DF17CB

Tints of Deep Magenta #DF17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.12%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 49.67%
G = 5.12%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF17CB (or 0xDF17CB) is known color: Deep Magenta. HEX triplet: DF, 17 and CB. RGB value is (223,23,203). Sum of RGB (Red+Green+Blue) = 223+23+203=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17CB is #20E834. Grayscale: #666666. Windows color (decimal): -2156597 or 13309919. OLE color: 13309919.

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

Color convert

RGB 223 23 203 -
CMYK 0 0.90 0.09 0.13
HSL 306º 0.81% 0.48% -
HSV(B) 306º 0.9% 0.87% -
XYZ 41.52 20.61 58.29 -
YUV 103.32 184.26 213.36 -
System Red Green Blue C M Y K H S L
Decimal 223 23 203 0 0.90 0.09 0.13 306 0.81 0.48
Hex DF 17 CB 0 5A 9 D 132 51 30
Octal 337 27 313 0 132 11 15 462 121 60
Binary 11011111 10111 11001011 0 1011010 1001 1101 100110010 1010001 110000

Color Harmonies of #DF17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF17CB

Black with #DF17CB

Text Example


Text Example

White with #DF17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF17CB; }

 p { color: rgb(223,23,203); }

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

background-color css

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

 a { background-color: rgb(223,23,203); }

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

border-color css

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

 span { border-color: rgb(223,23,203); }

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