Html Css Color HEX #D601B0 Deep Magenta

📋 copy color: '#D601B0'

red 214 ◦ green 1 ◦ blue 176

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

Shades of Deep Magenta #D601B0

Tints of Deep Magenta #D601B0

RGB

 RED value IS 214 (83.98% from 255) = 54.73%

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

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 54.73%
G = 0.26%
B = 45.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D601B0 (or 0xD601B0) is known color: Deep Magenta. HEX triplet: D6, 01 and B0. RGB value is (214,1,176). Sum of RGB (Red+Green+Blue) = 214+1+176=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D601B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601B0 is #29FE4F. Grayscale: #545454. Windows color (decimal): -2752080 or 11534806. OLE color: 11534806.

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

Color convert

RGB 214 1 176 -
CMYK 0 1.00 0.18 0.16
HSL 310.7º 0.99% 0.42% -
HSV(B) 310.7º 1% 0.84% -
XYZ 35.58 17.45 42.57 -
YUV 84.64 179.57 220.27 -
System Red Green Blue C M Y K H S L
Decimal 214 1 176 0 1.00 0.18 0.16 310.7 0.99 0.42
Hex D6 1 B0 0 64 12 10 137 63 2A
Octal 326 1 260 0 144 22 20 467 143 52
Binary 11010110 1 10110000 0 1100100 10010 10000 100110111 1100011 101010

Color Harmonies of #D601B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601B0

Black with #D601B0

Text Example


Text Example

White with #D601B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601B0; }

 p { color: rgb(214,1,176); }

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

background-color css

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

 a { background-color: rgb(214,1,176); }

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

border-color css

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

 span { border-color: rgb(214,1,176); }

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