Html Css Color HEX #D01BE3 Deep Magenta

📋 copy color: '#D01BE3'

red 208 ◦ green 27 ◦ blue 227

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

Shades of Deep Magenta #D01BE3

Tints of Deep Magenta #D01BE3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

 BLUE value IS 227 (89.06% from 255) = 49.13%

R = 45.02%
G = 5.84%
B = 49.13%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D01BE3 (or 0xD01BE3) is known color: Deep Magenta. HEX triplet: D0, 1B and E3. RGB value is (208,27,227). Sum of RGB (Red+Green+Blue) = 208+27+227=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #D01BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BE3 is #2FE41C. Grayscale: #676767. Windows color (decimal): -3138589 or 14883792. OLE color: 14883792.

HSL color Cylindrical-coordinate representation of color #D01BE3: hue angle of 294.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BE3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 27 227 -
CMYK 0.08 0.88 0 0.11
HSL 294.3º 0.79% 0.5% -
HSV(B) 294.3º 0.88% 0.89% -
XYZ 40.27 19.74 74.36 -
YUV 103.92 197.47 202.24 -
System Red Green Blue C M Y K H S L
Decimal 208 27 227 0.08 0.88 0 0.11 294.3 0.79 0.5
Hex D0 1B E3 8 58 0 B 126 4F 32
Octal 320 33 343 10 130 0 13 446 117 62
Binary 11010000 11011 11100011 1000 1011000 0 1011 100100110 1001111 110010

Color Harmonies of #D01BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BE3

Black with #D01BE3

Text Example


Text Example

White with #D01BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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