Html Css Color HEX #DF02DF Deep Magenta

📋 copy color: '#DF02DF'

red 223 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #DF02DF

Tints of Deep Magenta #DF02DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 49.78%
G = 0.45%
B = 49.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF02DF (or 0xDF02DF) is known color: Deep Magenta. HEX triplet: DF, 02 and DF. RGB value is (223,2,223). Sum of RGB (Red+Green+Blue) = 223+2+223=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02DF is #20FD20. Grayscale: #5C5C5C. Windows color (decimal): -2161953 or 14615263. OLE color: 14615263.

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

Color convert

RGB 223 2 223 -
CMYK 0 0.99 0 0.13
HSL 300º 0.98% 0.44% -
HSV(B) 300º 0.99% 0.87% -
XYZ 43.77 21.06 71.57 -
YUV 93.27 201.22 220.53 -
System Red Green Blue C M Y K H S L
Decimal 223 2 223 0 0.99 0 0.13 300 0.98 0.44
Hex DF 2 DF 0 63 0 D 12C 62 2C
Octal 337 2 337 0 143 0 15 454 142 54
Binary 11011111 10 11011111 0 1100011 0 1101 100101100 1100010 101100

Color Harmonies of #DF02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02DF

Black with #DF02DF

Text Example


Text Example

White with #DF02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02DF; }

 p { color: rgb(223,2,223); }

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

background-color css

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

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

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

border-color css

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

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

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