Html Css Color HEX #DF02BE Deep Magenta

📋 copy color: '#DF02BE'

red 223 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #DF02BE

Tints of Deep Magenta #DF02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 53.73%
G = 0.48%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF02BE (or 0xDF02BE) is known color: Deep Magenta. HEX triplet: DF, 02 and BE. RGB value is (223,2,190). Sum of RGB (Red+Green+Blue) = 223+2+190=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02BE is #20FD41. Grayscale: #585858. Windows color (decimal): -2161986 or 12452575. OLE color: 12452575.

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

Color convert

RGB 223 2 190 -
CMYK 0 0.99 0.15 0.13
HSL 308.96º 0.98% 0.44% -
HSV(B) 308.96º 0.99% 0.87% -
XYZ 39.75 19.45 50.37 -
YUV 89.51 184.72 223.21 -
System Red Green Blue C M Y K H S L
Decimal 223 2 190 0 0.99 0.15 0.13 308.96 0.98 0.44
Hex DF 2 BE 0 63 F D 135 62 2C
Octal 337 2 276 0 143 17 15 465 142 54
Binary 11011111 10 10111110 0 1100011 1111 1101 100110101 1100010 101100

Color Harmonies of #DF02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02BE

Black with #DF02BE

Text Example


Text Example

White with #DF02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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