Html Css Color HEX #D601B5 Deep Magenta

📋 copy color: '#D601B5'

red 214 ◦ green 1 ◦ blue 181

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

Shades of Deep Magenta #D601B5

Tints of Deep Magenta #D601B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 54.04%
G = 0.25%
B = 45.71%

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

#D601B5 (or 0xD601B5) is known color: Deep Magenta. HEX triplet: D6, 01 and B5. RGB value is (214,1,181). Sum of RGB (Red+Green+Blue) = 214+1+181=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D601B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601B5 is #29FE4A. Grayscale: #545454. Windows color (decimal): -2752075 or 11862486. OLE color: 11862486.

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

Color convert

RGB 214 1 181 -
CMYK 0 1.00 0.15 0.16
HSL 309.3º 0.99% 0.42% -
HSV(B) 309.3º 1% 0.84% -
XYZ 36.08 17.65 45.22 -
YUV 85.21 182.07 219.86 -
System Red Green Blue C M Y K H S L
Decimal 214 1 181 0 1.00 0.15 0.16 309.3 0.99 0.42
Hex D6 1 B5 0 64 F 10 135 63 2A
Octal 326 1 265 0 144 17 20 465 143 52
Binary 11010110 1 10110101 0 1100100 1111 10000 100110101 1100011 101010

Color Harmonies of #D601B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601B5

Black with #D601B5

Text Example


Text Example

White with #D601B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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