Html Css Color HEX #DF00D4 Deep Magenta

📋 copy color: '#DF00D4'

red 223 ◦ green 0 ◦ blue 212

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

Shades of Deep Magenta #DF00D4

Tints of Deep Magenta #DF00D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.74%

R = 51.26%
G = 0%
B = 48.74%

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

#DF00D4 (or 0xDF00D4) is known color: Deep Magenta. HEX triplet: DF, 00 and D4. RGB value is (223,0,212). Sum of RGB (Red+Green+Blue) = 223+0+212=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00D4 is #20FF2B. Grayscale: #5A5A5A. Windows color (decimal): -2162476 or 13893855. OLE color: 13893855.

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

Color convert

RGB 223 0 212 -
CMYK 0 1 0.05 0.13
HSL 302.96º 1% 0.44% -
HSV(B) 302.96º 1% 0.87% -
XYZ 42.32 20.44 64 -
YUV 90.85 196.38 222.26 -
System Red Green Blue C M Y K H S L
Decimal 223 0 212 0 1 0.05 0.13 302.96 1 0.44
Hex DF 0 D4 0 64 5 D 12F 64 2C
Octal 337 0 324 0 144 5 15 457 144 54
Binary 11011111 0 11010100 0 1100100 101 1101 100101111 1100100 101100

Color Harmonies of #DF00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00D4

Black with #DF00D4

Text Example


Text Example

White with #DF00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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