Html Css Color HEX #D601B6 Deep Magenta

📋 copy color: '#D601B6'

red 214 ◦ green 1 ◦ blue 182

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

Shades of Deep Magenta #D601B6

Tints of Deep Magenta #D601B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 53.9%
G = 0.25%
B = 45.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D601B6 (or 0xD601B6) is known color: Deep Magenta. HEX triplet: D6, 01 and B6. RGB value is (214,1,182). Sum of RGB (Red+Green+Blue) = 214+1+182=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D601B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601B6 is #29FE49. Grayscale: #545454. Windows color (decimal): -2752074 or 11928022. OLE color: 11928022.

HSL color Cylindrical-coordinate representation of color #D601B6: hue angle of 309.01º 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 #D601B6 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 182 -
CMYK 0 1.00 0.15 0.16
HSL 309.01º 0.99% 0.42% -
HSV(B) 309.01º 1% 0.84% -
XYZ 36.19 17.7 45.76 -
YUV 85.32 182.57 219.78 -
System Red Green Blue C M Y K H S L
Decimal 214 1 182 0 1.00 0.15 0.16 309.01 0.99 0.42
Hex D6 1 B6 0 64 F 10 135 63 2A
Octal 326 1 266 0 144 17 20 465 143 52
Binary 11010110 1 10110110 0 1100100 1111 10000 100110101 1100011 101010

Color Harmonies of #D601B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601B6

Black with #D601B6

Text Example


Text Example

White with #D601B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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