Html Css Color HEX #DF00D3 Deep Magenta

📋 copy color: '#DF00D3'

red 223 ◦ green 0 ◦ blue 211

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

Shades of Deep Magenta #DF00D3

Tints of Deep Magenta #DF00D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 211 (82.81% from 255) = 48.62%

R = 51.38%
G = 0%
B = 48.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF00D3 (or 0xDF00D3) is known color: Deep Magenta. HEX triplet: DF, 00 and D3. RGB value is (223,0,211). Sum of RGB (Red+Green+Blue) = 223+0+211=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00D3 is #20FF2C. Grayscale: #5A5A5A. Windows color (decimal): -2162477 or 13828319. OLE color: 13828319.

HSL color Cylindrical-coordinate representation of color #DF00D3: hue angle of 303.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00D3 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 211 -
CMYK 0 1 0.05 0.13
HSL 303.23º 1% 0.44% -
HSV(B) 303.23º 1% 0.87% -
XYZ 42.19 20.39 63.34 -
YUV 90.73 195.88 222.34 -
System Red Green Blue C M Y K H S L
Decimal 223 0 211 0 1 0.05 0.13 303.23 1 0.44
Hex DF 0 D3 0 64 5 D 12F 64 2C
Octal 337 0 323 0 144 5 15 457 144 54
Binary 11011111 0 11010011 0 1100100 101 1101 100101111 1100100 101100

Color Harmonies of #DF00D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00D3

Black with #DF00D3

Text Example


Text Example

White with #DF00D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00D3; }

 p { color: rgb(223,0,211); }

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

background-color css

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

 a { background-color: rgb(223,0,211); }

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

border-color css

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

 span { border-color: rgb(223,0,211); }

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