Html Css Color HEX #D001B2 Deep Magenta

📋 copy color: '#D001B2'

red 208 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #D001B2

Tints of Deep Magenta #D001B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 53.75%
G = 0.26%
B = 45.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D001B2 (or 0xD001B2) is known color: Deep Magenta. HEX triplet: D0, 01 and B2. RGB value is (208,1,178). Sum of RGB (Red+Green+Blue) = 208+1+178=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D001B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D001B2 is #2FFE4D. Grayscale: #525252. Windows color (decimal): -3145294 or 11665872. OLE color: 11665872.

HSL color Cylindrical-coordinate representation of color #D001B2: hue angle of 308.7º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001B2 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 178 -
CMYK 0 1.00 0.14 0.18
HSL 308.7º 0.99% 0.41% -
HSV(B) 308.7º 1% 0.82% -
XYZ 34.06 16.65 43.54 -
YUV 83.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 208 1 178 0 1.00 0.14 0.18 308.7 0.99 0.41
Hex D0 1 B2 0 64 E 12 135 63 29
Octal 320 1 262 0 144 16 22 465 143 51
Binary 11010000 1 10110010 0 1100100 1110 10010 100110101 1100011 101001

Color Harmonies of #D001B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001B2

Black with #D001B2

Text Example


Text Example

White with #D001B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001B2; }

 p { color: rgb(208,1,178); }

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

background-color css

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

 a { background-color: rgb(208,1,178); }

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

border-color css

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

 span { border-color: rgb(208,1,178); }

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