Html Css Color HEX #D706AB Hollywood Cerise

📋 copy color: '#D706AB'

red 215 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #D706AB

Tints of Hollywood Cerise #D706AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 54.85%
G = 1.53%
B = 43.62%

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

#D706AB (or 0xD706AB) is known color: Hollywood Cerise. HEX triplet: D7, 06 and AB. RGB value is (215,6,171). Sum of RGB (Red+Green+Blue) = 215+6+171=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D706AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D706AB is #28F954. Grayscale: #565656. Windows color (decimal): -2685269 or 11208407. OLE color: 11208407.

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

Color convert

RGB 215 6 171 -
CMYK 0 0.97 0.20 0.16
HSL 312.63º 0.95% 0.43% -
HSV(B) 312.63º 0.97% 0.84% -
XYZ 35.44 17.52 40.04 -
YUV 87.3 175.24 219.08 -
System Red Green Blue C M Y K H S L
Decimal 215 6 171 0 0.97 0.20 0.16 312.63 0.95 0.43
Hex D7 6 AB 0 61 14 10 139 5F 2B
Octal 327 6 253 0 141 24 20 471 137 53
Binary 11010111 110 10101011 0 1100001 10100 10000 100111001 1011111 101011

Color Harmonies of #D706AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706AB

Black with #D706AB

Text Example


Text Example

White with #D706AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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