Html Css Color HEX #D00FBE Deep Magenta

📋 copy color: '#D00FBE'

red 208 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #D00FBE

Tints of Deep Magenta #D00FBE

RGB

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

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

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

R = 50.36%
G = 3.63%
B = 46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D00FBE (or 0xD00FBE) is known color: Deep Magenta. HEX triplet: D0, 0F and BE. RGB value is (208,15,190). Sum of RGB (Red+Green+Blue) = 208+15+190=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FBE is #2FF041. Grayscale: #5C5C5C. Windows color (decimal): -3141698 or 12455888. OLE color: 12455888.

HSL color Cylindrical-coordinate representation of color #D00FBE: hue angle of 305.6º 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 #D00FBE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 190 -
CMYK 0 0.93 0.09 0.18
HSL 305.6º 0.87% 0.44% -
HSV(B) 305.6º 0.93% 0.82% -
XYZ 35.48 17.47 50.22 -
YUV 92.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 208 15 190 0 0.93 0.09 0.18 305.6 0.87 0.44
Hex D0 F BE 0 5D 9 12 132 57 2C
Octal 320 17 276 0 135 11 22 462 127 54
Binary 11010000 1111 10111110 0 1011101 1001 10010 100110010 1010111 101100

Color Harmonies of #D00FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FBE

Black with #D00FBE

Text Example


Text Example

White with #D00FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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