Html Css Color HEX #D603B2 Deep Magenta

📋 copy color: '#D603B2'

red 214 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #D603B2

Tints of Deep Magenta #D603B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 54.18%
G = 0.76%
B = 45.06%

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

#D603B2 (or 0xD603B2) is known color: Deep Magenta. HEX triplet: D6, 03 and B2. RGB value is (214,3,178). Sum of RGB (Red+Green+Blue) = 214+3+178=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D603B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603B2 is #29FC4D. Grayscale: #555555. Windows color (decimal): -2751566 or 11666390. OLE color: 11666390.

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

Color convert

RGB 214 3 178 -
CMYK 0 0.99 0.17 0.16
HSL 310.24º 0.97% 0.43% -
HSV(B) 310.24º 0.99% 0.84% -
XYZ 35.8 17.58 43.63 -
YUV 86.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 214 3 178 0 0.99 0.17 0.16 310.24 0.97 0.43
Hex D6 3 B2 0 63 11 10 136 61 2B
Octal 326 3 262 0 143 21 20 466 141 53
Binary 11010110 11 10110010 0 1100011 10001 10000 100110110 1100001 101011

Color Harmonies of #D603B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603B2

Black with #D603B2

Text Example


Text Example

White with #D603B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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