Html Css Color HEX #D00FBA Deep Magenta

📋 copy color: '#D00FBA'

red 208 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #D00FBA

Tints of Deep Magenta #D00FBA

RGB

 RED value IS 208 (81.64% from 255) = 50.86%

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 50.86%
G = 3.67%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D00FBA (or 0xD00FBA) is known color: Deep Magenta. HEX triplet: D0, 0F and BA. RGB value is (208,15,186). Sum of RGB (Red+Green+Blue) = 208+15+186=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FBA is #2FF045. Grayscale: #5B5B5B. Windows color (decimal): -3141702 or 12193744. OLE color: 12193744.

HSL color Cylindrical-coordinate representation of color #D00FBA: hue angle of 306.84º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FBA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 186 -
CMYK 0 0.93 0.11 0.18
HSL 306.84º 0.87% 0.44% -
HSV(B) 306.84º 0.93% 0.82% -
XYZ 35.05 17.3 47.95 -
YUV 92.2 180.94 210.6 -
System Red Green Blue C M Y K H S L
Decimal 208 15 186 0 0.93 0.11 0.18 306.84 0.87 0.44
Hex D0 F BA 0 5D B 12 133 57 2C
Octal 320 17 272 0 135 13 22 463 127 54
Binary 11010000 1111 10111010 0 1011101 1011 10010 100110011 1010111 101100

Color Harmonies of #D00FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FBA

Black with #D00FBA

Text Example


Text Example

White with #D00FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FBA; }

 p { color: rgb(208,15,186); }

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

background-color css

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

 a { background-color: rgb(208,15,186); }

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

border-color css

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

 span { border-color: rgb(208,15,186); }

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