Html Css Color HEX #D706AD Hollywood Cerise

📋 copy color: '#D706AD'

red 215 ◦ green 6 ◦ blue 173

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

Shades of Hollywood Cerise #D706AD

Tints of Hollywood Cerise #D706AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 54.57%
G = 1.52%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D706AD (or 0xD706AD) is known color: Hollywood Cerise. HEX triplet: D7, 06 and AD. RGB value is (215,6,173). Sum of RGB (Red+Green+Blue) = 215+6+173=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D706AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D706AD is #28F952. Grayscale: #575757. Windows color (decimal): -2685267 or 11339479. OLE color: 11339479.

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

Color convert

RGB 215 6 173 -
CMYK 0 0.97 0.20 0.16
HSL 312.06º 0.95% 0.43% -
HSV(B) 312.06º 0.97% 0.84% -
XYZ 35.63 17.59 41.05 -
YUV 87.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 215 6 173 0 0.97 0.20 0.16 312.06 0.95 0.43
Hex D7 6 AD 0 61 14 10 138 5F 2B
Octal 327 6 255 0 141 24 20 470 137 53
Binary 11010111 110 10101101 0 1100001 10100 10000 100111000 1011111 101011

Color Harmonies of #D706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706AD

Black with #D706AD

Text Example


Text Example

White with #D706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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