Html Css Color HEX #DF03BE Deep Magenta

📋 copy color: '#DF03BE'

red 223 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #DF03BE

Tints of Deep Magenta #DF03BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 53.61%
G = 0.72%
B = 45.67%

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

#DF03BE (or 0xDF03BE) is known color: Deep Magenta. HEX triplet: DF, 03 and BE. RGB value is (223,3,190). Sum of RGB (Red+Green+Blue) = 223+3+190=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03BE is #20FC41. Grayscale: #595959. Windows color (decimal): -2161730 or 12452831. OLE color: 12452831.

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

Color convert

RGB 223 3 190 -
CMYK 0 0.99 0.15 0.13
HSL 309º 0.97% 0.44% -
HSV(B) 309º 0.99% 0.87% -
XYZ 39.76 19.47 50.38 -
YUV 90.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 223 3 190 0 0.99 0.15 0.13 309 0.97 0.44
Hex DF 3 BE 0 63 F D 135 61 2C
Octal 337 3 276 0 143 17 15 465 141 54
Binary 11011111 11 10111110 0 1100011 1111 1101 100110101 1100001 101100

Color Harmonies of #DF03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03BE

Black with #DF03BE

Text Example


Text Example

White with #DF03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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