Html Css Color HEX #DF00BE Deep Magenta

📋 copy color: '#DF00BE'

red 223 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #DF00BE

Tints of Deep Magenta #DF00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54%
G = 0%
B = 46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF00BE (or 0xDF00BE) is known color: Deep Magenta. HEX triplet: DF, 00 and BE. RGB value is (223,0,190). Sum of RGB (Red+Green+Blue) = 223+0+190=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00BE is #20FF41. Grayscale: #575757. Windows color (decimal): -2162498 or 12452063. OLE color: 12452063.

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

Color convert

RGB 223 0 190 -
CMYK 0 1 0.15 0.13
HSL 308.88º 1% 0.44% -
HSV(B) 308.88º 1% 0.87% -
XYZ 39.73 19.41 50.37 -
YUV 88.34 185.38 224.05 -
System Red Green Blue C M Y K H S L
Decimal 223 0 190 0 1 0.15 0.13 308.88 1 0.44
Hex DF 0 BE 0 64 F D 135 64 2C
Octal 337 0 276 0 144 17 15 465 144 54
Binary 11011111 0 10111110 0 1100100 1111 1101 100110101 1100100 101100

Color Harmonies of #DF00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00BE

Black with #DF00BE

Text Example


Text Example

White with #DF00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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