Html Css Color HEX #D704AD Hollywood Cerise

📋 copy color: '#D704AD'

red 215 ◦ green 4 ◦ blue 173

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

Shades of Hollywood Cerise #D704AD

Tints of Hollywood Cerise #D704AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 54.85%
G = 1.02%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D704AD (or 0xD704AD) is known color: Hollywood Cerise. HEX triplet: D7, 04 and AD. RGB value is (215,4,173). Sum of RGB (Red+Green+Blue) = 215+4+173=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D704AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D704AD is #28FB52. Grayscale: #555555. Windows color (decimal): -2685779 or 11338967. OLE color: 11338967.

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

Color convert

RGB 215 4 173 -
CMYK 0 0.98 0.20 0.16
HSL 311.94º 0.96% 0.43% -
HSV(B) 311.94º 0.98% 0.84% -
XYZ 35.61 17.55 41.05 -
YUV 86.36 176.9 219.76 -
System Red Green Blue C M Y K H S L
Decimal 215 4 173 0 0.98 0.20 0.16 311.94 0.96 0.43
Hex D7 4 AD 0 62 14 10 138 60 2B
Octal 327 4 255 0 142 24 20 470 140 53
Binary 11010111 100 10101101 0 1100010 10100 10000 100111000 1100000 101011

Color Harmonies of #D704AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704AD

Black with #D704AD

Text Example


Text Example

White with #D704AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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