Html Css Color HEX #D603BB Deep Magenta

📋 copy color: '#D603BB'

red 214 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #D603BB

Tints of Deep Magenta #D603BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 52.97%
G = 0.74%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D603BB (or 0xD603BB) is known color: Deep Magenta. HEX triplet: D6, 03 and BB. RGB value is (214,3,187). Sum of RGB (Red+Green+Blue) = 214+3+187=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D603BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603BB is #29FC44. Grayscale: #565656. Windows color (decimal): -2751557 or 12256214. OLE color: 12256214.

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

Color convert

RGB 214 3 187 -
CMYK 0 0.99 0.13 0.16
HSL 307.68º 0.97% 0.43% -
HSV(B) 307.68º 0.99% 0.84% -
XYZ 36.73 17.95 48.54 -
YUV 87.07 184.4 218.54 -
System Red Green Blue C M Y K H S L
Decimal 214 3 187 0 0.99 0.13 0.16 307.68 0.97 0.43
Hex D6 3 BB 0 63 D 10 134 61 2B
Octal 326 3 273 0 143 15 20 464 141 53
Binary 11010110 11 10111011 0 1100011 1101 10000 100110100 1100001 101011

Color Harmonies of #D603BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603BB

Black with #D603BB

Text Example


Text Example

White with #D603BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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