Html Css Color HEX #D603B1 Deep Magenta

📋 copy color: '#D603B1'

red 214 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #D603B1

Tints of Deep Magenta #D603B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 177 (69.53% from 255) = 44.92%

R = 54.31%
G = 0.76%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D603B1 (or 0xD603B1) is known color: Deep Magenta. HEX triplet: D6, 03 and B1. RGB value is (214,3,177). Sum of RGB (Red+Green+Blue) = 214+3+177=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D603B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603B1 is #29FC4E. Grayscale: #555555. Windows color (decimal): -2751567 or 11600854. OLE color: 11600854.

HSL color Cylindrical-coordinate representation of color #D603B1: hue angle of 310.52º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603B1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 177 -
CMYK 0 0.99 0.17 0.16
HSL 310.52º 0.97% 0.43% -
HSV(B) 310.52º 0.99% 0.84% -
XYZ 35.7 17.54 43.1 -
YUV 85.93 179.4 219.35 -
System Red Green Blue C M Y K H S L
Decimal 214 3 177 0 0.99 0.17 0.16 310.52 0.97 0.43
Hex D6 3 B1 0 63 11 10 137 61 2B
Octal 326 3 261 0 143 21 20 467 141 53
Binary 11010110 11 10110001 0 1100011 10001 10000 100110111 1100001 101011

Color Harmonies of #D603B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603B1

Black with #D603B1

Text Example


Text Example

White with #D603B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603B1; }

 p { color: rgb(214,3,177); }

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

background-color css

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

 a { background-color: rgb(214,3,177); }

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

border-color css

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

 span { border-color: rgb(214,3,177); }

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