Html Css Color HEX #D709AF Hollywood Cerise

📋 copy color: '#D709AF'

red 215 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #D709AF

Tints of Hollywood Cerise #D709AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 53.88%
G = 2.26%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D709AF (or 0xD709AF) is known color: Hollywood Cerise. HEX triplet: D7, 09 and AF. RGB value is (215,9,175). Sum of RGB (Red+Green+Blue) = 215+9+175=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D709AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D709AF is #28F650. Grayscale: #595959. Windows color (decimal): -2684497 or 11471319. OLE color: 11471319.

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

Color convert

RGB 215 9 175 -
CMYK 0 0.96 0.19 0.16
HSL 311.65º 0.92% 0.44% -
HSV(B) 311.65º 0.96% 0.84% -
XYZ 35.86 17.74 42.09 -
YUV 89.52 176.25 217.5 -
System Red Green Blue C M Y K H S L
Decimal 215 9 175 0 0.96 0.19 0.16 311.65 0.92 0.44
Hex D7 9 AF 0 60 13 10 138 5C 2C
Octal 327 11 257 0 140 23 20 470 134 54
Binary 11010111 1001 10101111 0 1100000 10011 10000 100111000 1011100 101100

Color Harmonies of #D709AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709AF

Black with #D709AF

Text Example


Text Example

White with #D709AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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