Html Css Color HEX #D704CC Deep Magenta

📋 copy color: '#D704CC'

red 215 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #D704CC

Tints of Deep Magenta #D704CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 50.83%
G = 0.95%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D704CC (or 0xD704CC) is known color: Deep Magenta. HEX triplet: D7, 04 and CC. RGB value is (215,4,204). Sum of RGB (Red+Green+Blue) = 215+4+204=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D704CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704CC is #28FB33. Grayscale: #595959. Windows color (decimal): -2685748 or 13370583. OLE color: 13370583.

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

Color convert

RGB 215 4 204 -
CMYK 0 0.98 0.05 0.16
HSL 303.13º 0.96% 0.43% -
HSV(B) 303.13º 0.98% 0.84% -
XYZ 38.97 18.89 58.72 -
YUV 89.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 215 4 204 0 0.98 0.05 0.16 303.13 0.96 0.43
Hex D7 4 CC 0 62 5 10 12F 60 2B
Octal 327 4 314 0 142 5 20 457 140 53
Binary 11010111 100 11001100 0 1100010 101 10000 100101111 1100000 101011

Color Harmonies of #D704CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704CC

Black with #D704CC

Text Example


Text Example

White with #D704CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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