Html Css Color HEX #DF00BA Deep Magenta

📋 copy color: '#DF00BA'

red 223 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #DF00BA

Tints of Deep Magenta #DF00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 54.52%
G = 0%
B = 45.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF00BA (or 0xDF00BA) is known color: Deep Magenta. HEX triplet: DF, 00 and BA. RGB value is (223,0,186). Sum of RGB (Red+Green+Blue) = 223+0+186=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00BA is #20FF45. Grayscale: #575757. Windows color (decimal): -2162502 or 12189919. OLE color: 12189919.

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

Color convert

RGB 223 0 186 -
CMYK 0 1 0.17 0.13
HSL 309.96º 1% 0.44% -
HSV(B) 309.96º 1% 0.87% -
XYZ 39.29 19.23 48.1 -
YUV 87.88 183.38 224.38 -
System Red Green Blue C M Y K H S L
Decimal 223 0 186 0 1 0.17 0.13 309.96 1 0.44
Hex DF 0 BA 0 64 11 D 136 64 2C
Octal 337 0 272 0 144 21 15 466 144 54
Binary 11011111 0 10111010 0 1100100 10001 1101 100110110 1100100 101100

Color Harmonies of #DF00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00BA

Black with #DF00BA

Text Example


Text Example

White with #DF00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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