Html Css Color HEX #D709A1 Hollywood Cerise

📋 copy color: '#D709A1'

red 215 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #D709A1

Tints of Hollywood Cerise #D709A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 55.84%
G = 2.34%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D709A1 (or 0xD709A1) is known color: Hollywood Cerise. HEX triplet: D7, 09 and A1. RGB value is (215,9,161). Sum of RGB (Red+Green+Blue) = 215+9+161=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D709A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D709A1 is #28F65E. Grayscale: #575757. Windows color (decimal): -2684511 or 10553815. OLE color: 10553815.

HSL color Cylindrical-coordinate representation of color #D709A1: hue angle of 315.73º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709A1 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 161 -
CMYK 0 0.96 0.25 0.16
HSL 315.73º 0.92% 0.44% -
HSV(B) 315.73º 0.96% 0.84% -
XYZ 34.56 17.22 35.22 -
YUV 87.92 169.25 218.64 -
System Red Green Blue C M Y K H S L
Decimal 215 9 161 0 0.96 0.25 0.16 315.73 0.92 0.44
Hex D7 9 A1 0 60 19 10 13C 5C 2C
Octal 327 11 241 0 140 31 20 474 134 54
Binary 11010111 1001 10100001 0 1100000 11001 10000 100111100 1011100 101100

Color Harmonies of #D709A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709A1

Black with #D709A1

Text Example


Text Example

White with #D709A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709A1; }

 p { color: rgb(215,9,161); }

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

background-color css

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

 a { background-color: rgb(215,9,161); }

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

border-color css

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

 span { border-color: rgb(215,9,161); }

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