Html Css Color HEX #D01BBE Deep Magenta

📋 copy color: '#D01BBE'

red 208 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #D01BBE

Tints of Deep Magenta #D01BBE

RGB

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

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

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

R = 48.94%
G = 6.35%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D01BBE (or 0xD01BBE) is known color: Deep Magenta. HEX triplet: D0, 1B and BE. RGB value is (208,27,190). Sum of RGB (Red+Green+Blue) = 208+27+190=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BBE is #2FE441. Grayscale: #636363. Windows color (decimal): -3138626 or 12458960. OLE color: 12458960.

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

Color convert

RGB 208 27 190 -
CMYK 0 0.87 0.09 0.18
HSL 305.97º 0.77% 0.46% -
HSV(B) 305.97º 0.87% 0.82% -
XYZ 35.7 17.91 50.29 -
YUV 99.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 208 27 190 0 0.87 0.09 0.18 305.97 0.77 0.46
Hex D0 1B BE 0 57 9 12 132 4D 2E
Octal 320 33 276 0 127 11 22 462 115 56
Binary 11010000 11011 10111110 0 1010111 1001 10010 100110010 1001101 101110

Color Harmonies of #D01BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BBE

Black with #D01BBE

Text Example


Text Example

White with #D01BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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