Html Css Color HEX #D603B0 Deep Magenta

📋 copy color: '#D603B0'

red 214 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #D603B0

Tints of Deep Magenta #D603B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.78%

R = 54.45%
G = 0.76%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D603B0 (or 0xD603B0) is known color: Deep Magenta. HEX triplet: D6, 03 and B0. RGB value is (214,3,176). Sum of RGB (Red+Green+Blue) = 214+3+176=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D603B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603B0 is #29FC4F. Grayscale: #555555. Windows color (decimal): -2751568 or 11535318. OLE color: 11535318.

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

Color convert

RGB 214 3 176 -
CMYK 0 0.99 0.18 0.16
HSL 310.81º 0.97% 0.43% -
HSV(B) 310.81º 0.99% 0.84% -
XYZ 35.6 17.5 42.57 -
YUV 85.81 178.9 219.43 -
System Red Green Blue C M Y K H S L
Decimal 214 3 176 0 0.99 0.18 0.16 310.81 0.97 0.43
Hex D6 3 B0 0 63 12 10 137 61 2B
Octal 326 3 260 0 143 22 20 467 141 53
Binary 11010110 11 10110000 0 1100011 10010 10000 100110111 1100001 101011

Color Harmonies of #D603B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603B0

Black with #D603B0

Text Example


Text Example

White with #D603B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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