Html Css Color HEX #D704B8 Deep Magenta

📋 copy color: '#D704B8'

red 215 ◦ green 4 ◦ blue 184

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

Shades of Deep Magenta #D704B8

Tints of Deep Magenta #D704B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.66%

R = 53.35%
G = 0.99%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D704B8 (or 0xD704B8) is known color: Deep Magenta. HEX triplet: D7, 04 and B8. RGB value is (215,4,184). Sum of RGB (Red+Green+Blue) = 215+4+184=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D704B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704B8 is #28FB47. Grayscale: #575757. Windows color (decimal): -2685768 or 12059863. OLE color: 12059863.

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

Color convert

RGB 215 4 184 -
CMYK 0 0.98 0.14 0.16
HSL 308.82º 0.96% 0.43% -
HSV(B) 308.82º 0.98% 0.84% -
XYZ 36.72 17.99 46.89 -
YUV 87.61 182.4 218.86 -
System Red Green Blue C M Y K H S L
Decimal 215 4 184 0 0.98 0.14 0.16 308.82 0.96 0.43
Hex D7 4 B8 0 62 E 10 135 60 2B
Octal 327 4 270 0 142 16 20 465 140 53
Binary 11010111 100 10111000 0 1100010 1110 10000 100110101 1100000 101011

Color Harmonies of #D704B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704B8

Black with #D704B8

Text Example


Text Example

White with #D704B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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