Html Css Color HEX #D600B5 Deep Magenta

📋 copy color: '#D600B5'

red 214 ◦ green 0 ◦ blue 181

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

Shades of Deep Magenta #D600B5

Tints of Deep Magenta #D600B5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.18%
G = 0%
B = 45.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D600B5 (or 0xD600B5) is known color: Deep Magenta. HEX triplet: D6, 00 and B5. RGB value is (214,0,181). Sum of RGB (Red+Green+Blue) = 214+0+181=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D600B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600B5 is #29FF4A. Grayscale: #545454. Windows color (decimal): -2752331 or 11862230. OLE color: 11862230.

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

Color convert

RGB 214 0 181 -
CMYK 0 1 0.15 0.16
HSL 309.25º 1% 0.42% -
HSV(B) 309.25º 1% 0.84% -
XYZ 36.07 17.63 45.22 -
YUV 84.62 182.4 220.28 -
System Red Green Blue C M Y K H S L
Decimal 214 0 181 0 1 0.15 0.16 309.25 1 0.42
Hex D6 0 B5 0 64 F 10 135 64 2A
Octal 326 0 265 0 144 17 20 465 144 52
Binary 11010110 0 10110101 0 1100100 1111 10000 100110101 1100100 101010

Color Harmonies of #D600B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600B5

Black with #D600B5

Text Example


Text Example

White with #D600B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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