Html Css Color HEX #D704BB Deep Magenta

📋 copy color: '#D704BB'

red 215 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #D704BB

Tints of Deep Magenta #D704BB

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 52.96%
G = 0.99%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D704BB (or 0xD704BB) is known color: Deep Magenta. HEX triplet: D7, 04 and BB. RGB value is (215,4,187). Sum of RGB (Red+Green+Blue) = 215+4+187=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D704BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704BB is #28FB44. Grayscale: #575757. Windows color (decimal): -2685765 or 12256471. OLE color: 12256471.

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

Color convert

RGB 215 4 187 -
CMYK 0 0.98 0.13 0.16
HSL 307.96º 0.96% 0.43% -
HSV(B) 307.96º 0.98% 0.84% -
XYZ 37.04 18.12 48.56 -
YUV 87.95 183.9 218.62 -
System Red Green Blue C M Y K H S L
Decimal 215 4 187 0 0.98 0.13 0.16 307.96 0.96 0.43
Hex D7 4 BB 0 62 D 10 134 60 2B
Octal 327 4 273 0 142 15 20 464 140 53
Binary 11010111 100 10111011 0 1100010 1101 10000 100110100 1100000 101011

Color Harmonies of #D704BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704BB

Black with #D704BB

Text Example


Text Example

White with #D704BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704BB; }

 p { color: rgb(215,4,187); }

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

background-color css

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

 a { background-color: rgb(215,4,187); }

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

border-color css

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

 span { border-color: rgb(215,4,187); }

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