Html Css Color HEX #D704A6 Hollywood Cerise

📋 copy color: '#D704A6'

red 215 ◦ green 4 ◦ blue 166

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

Shades of Hollywood Cerise #D704A6

Tints of Hollywood Cerise #D704A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 55.84%
G = 1.04%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D704A6 (or 0xD704A6) is known color: Hollywood Cerise. HEX triplet: D7, 04 and A6. RGB value is (215,4,166). Sum of RGB (Red+Green+Blue) = 215+4+166=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D704A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D704A6 is #28FB59. Grayscale: #555555. Windows color (decimal): -2685786 or 10880215. OLE color: 10880215.

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

Color convert

RGB 215 4 166 -
CMYK 0 0.98 0.23 0.16
HSL 313.93º 0.96% 0.43% -
HSV(B) 313.93º 0.98% 0.84% -
XYZ 34.95 17.29 37.57 -
YUV 85.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 215 4 166 0 0.98 0.23 0.16 313.93 0.96 0.43
Hex D7 4 A6 0 62 17 10 13A 60 2B
Octal 327 4 246 0 142 27 20 472 140 53
Binary 11010111 100 10100110 0 1100010 10111 10000 100111010 1100000 101011

Color Harmonies of #D704A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704A6

Black with #D704A6

Text Example


Text Example

White with #D704A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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