Html Css Color HEX #D914AF Hollywood Cerise

📋 copy color: '#D914AF'

red 217 ◦ green 20 ◦ blue 175

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

Shades of Hollywood Cerise #D914AF

Tints of Hollywood Cerise #D914AF

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

 GREEN value IS 20 (8.2% from 255) = 4.85%

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

R = 52.67%
G = 4.85%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D914AF (or 0xD914AF) is known color: Hollywood Cerise. HEX triplet: D9, 14 and AF. RGB value is (217,20,175). Sum of RGB (Red+Green+Blue) = 217+20+175=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D914AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914AF is #26EB50. Grayscale: #606060. Windows color (decimal): -2550609 or 11474137. OLE color: 11474137.

HSL color Cylindrical-coordinate representation of color #D914AF: hue angle of 312.79º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914AF is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 175 -
CMYK 0 0.91 0.19 0.15
HSL 312.79º 0.83% 0.46% -
HSV(B) 312.79º 0.91% 0.85% -
XYZ 36.6 18.35 42.17 -
YUV 96.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 217 20 175 0 0.91 0.19 0.15 312.79 0.83 0.46
Hex D9 14 AF 0 5B 13 F 139 53 2E
Octal 331 24 257 0 133 23 17 471 123 56
Binary 11011001 10100 10101111 0 1011011 10011 1111 100111001 1010011 101110

Color Harmonies of #D914AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914AF

Black with #D914AF

Text Example


Text Example

White with #D914AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914AF; }

 p { color: rgb(217,20,175); }

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

background-color css

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

 a { background-color: rgb(217,20,175); }

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

border-color css

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

 span { border-color: rgb(217,20,175); }

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