Html Css Color HEX #DF23DB Deep Magenta

📋 copy color: '#DF23DB'

red 223 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #DF23DB

Tints of Deep Magenta #DF23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.34%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 46.75%
G = 7.34%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF23DB (or 0xDF23DB) is known color: Deep Magenta. HEX triplet: DF, 23 and DB. RGB value is (223,35,219). Sum of RGB (Red+Green+Blue) = 223+35+219=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23DB is #20DC24. Grayscale: #6F6F6F. Windows color (decimal): -2153509 or 14361567. OLE color: 14361567.

HSL color Cylindrical-coordinate representation of color #DF23DB: hue angle of 301.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23DB is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 219 -
CMYK 0 0.84 0.02 0.13
HSL 301.28º 0.75% 0.51% -
HSV(B) 301.28º 0.84% 0.87% -
XYZ 43.82 22 68.96 -
YUV 112.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 223 35 219 0 0.84 0.02 0.13 301.28 0.75 0.51
Hex DF 23 DB 0 54 2 D 12D 4B 33
Octal 337 43 333 0 124 2 15 455 113 63
Binary 11011111 100011 11011011 0 1010100 10 1101 100101101 1001011 110011

Color Harmonies of #DF23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF23DB

Black with #DF23DB

Text Example


Text Example

White with #DF23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF23DB; }

 p { color: rgb(223,35,219); }

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

background-color css

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

 a { background-color: rgb(223,35,219); }

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

border-color css

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

 span { border-color: rgb(223,35,219); }

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