#d01be0

Color #D01BE0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D01BE0

Tints of Deep Magenta #D01BE0

Color information

#D01BE0 (or 0xD01BE0) is unknown color: approx Deep Magenta. HEX triplet: D0, 1B and E0. RGB value is (208,27,224). Sum of RGB (Red+Green+Blue) = 208+27+224=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #D01BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BE0 is #2FE41F. Grayscale: #666666. Windows color (decimal): -3138592 or 14687184. OLE color: 14687184.

HSL color Cylindrical-coordinate representation of color #D01BE0: hue angle of 295.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BE0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20827224-
CMYK0.070.8800.12
HSL295.13º78.49%49.22%-
HSV(B)295.13º87.95%87.84%-
XYZ39.8619.5872.2-
YUV103.58195.97202.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 27 (10.94% from 255) = 5.88%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=45.32%
G=5.88%
B=48.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208272240.070.8800.12295.1378.4949.22
HexD01BE07580C1274e31
Octal32033340713001444711661
Binary1101000011011111000001111011000011001001001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01be0; }

 p { color: rgb(208,27,224); }

 H1.HeaderClassName
 {
   color: #d01be0;
 }
 .AnyTagClassName
 {
   color: #d01be0;
 }
</style>
background-color css

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

 a { background-color: rgb(208,27,224); }

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

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

 span { border-color: rgb(208,27,224); }

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