Html Css Color HEX #DF02DA Deep Magenta

📋 copy color: '#DF02DA'

red 223 ◦ green 2 ◦ blue 218

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

Shades of Deep Magenta #DF02DA

Tints of Deep Magenta #DF02DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 50.34%
G = 0.45%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF02DA (or 0xDF02DA) is known color: Deep Magenta. HEX triplet: DF, 02 and DA. RGB value is (223,2,218). Sum of RGB (Red+Green+Blue) = 223+2+218=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02DA is #20FD25. Grayscale: #5C5C5C. Windows color (decimal): -2161958 or 14287583. OLE color: 14287583.

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

Color convert

RGB 223 2 218 -
CMYK 0 0.99 0.02 0.13
HSL 301.36º 0.98% 0.44% -
HSV(B) 301.36º 0.99% 0.87% -
XYZ 43.11 20.79 68.07 -
YUV 92.7 198.72 220.94 -
System Red Green Blue C M Y K H S L
Decimal 223 2 218 0 0.99 0.02 0.13 301.36 0.98 0.44
Hex DF 2 DA 0 63 2 D 12D 62 2C
Octal 337 2 332 0 143 2 15 455 142 54
Binary 11011111 10 11011010 0 1100011 10 1101 100101101 1100010 101100

Color Harmonies of #DF02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02DA

Black with #DF02DA

Text Example


Text Example

White with #DF02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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