Html Css Color HEX #DF02B7 Deep Magenta

📋 copy color: '#DF02B7'

red 223 ◦ green 2 ◦ blue 183

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

Shades of Deep Magenta #DF02B7

Tints of Deep Magenta #DF02B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 54.66%
G = 0.49%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF02B7 (or 0xDF02B7) is known color: Deep Magenta. HEX triplet: DF, 02 and B7. RGB value is (223,2,183). Sum of RGB (Red+Green+Blue) = 223+2+183=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02B7 is #20FD48. Grayscale: #585858. Windows color (decimal): -2161993 or 11993823. OLE color: 11993823.

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

Color convert

RGB 223 2 183 -
CMYK 0 0.99 0.18 0.13
HSL 310.86º 0.98% 0.44% -
HSV(B) 310.86º 0.99% 0.87% -
XYZ 39 19.15 46.44 -
YUV 88.71 181.22 223.78 -
System Red Green Blue C M Y K H S L
Decimal 223 2 183 0 0.99 0.18 0.13 310.86 0.98 0.44
Hex DF 2 B7 0 63 12 D 137 62 2C
Octal 337 2 267 0 143 22 15 467 142 54
Binary 11011111 10 10110111 0 1100011 10010 1101 100110111 1100010 101100

Color Harmonies of #DF02B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02B7

Black with #DF02B7

Text Example


Text Example

White with #DF02B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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