Html Css Color HEX #D910AF Hollywood Cerise

📋 copy color: '#D910AF'

red 217 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #D910AF

Tints of Hollywood Cerise #D910AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.92%

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

R = 53.19%
G = 3.92%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D910AF (or 0xD910AF) is known color: Hollywood Cerise. HEX triplet: D9, 10 and AF. RGB value is (217,16,175). Sum of RGB (Red+Green+Blue) = 217+16+175=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D910AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910AF is #26EF50. Grayscale: #5D5D5D. Windows color (decimal): -2551633 or 11473113. OLE color: 11473113.

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

Color convert

RGB 217 16 175 -
CMYK 0 0.93 0.19 0.15
HSL 312.54º 0.86% 0.46% -
HSV(B) 312.54º 0.93% 0.85% -
XYZ 36.54 18.22 42.15 -
YUV 94.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 217 16 175 0 0.93 0.19 0.15 312.54 0.86 0.46
Hex D9 10 AF 0 5D 13 F 139 56 2E
Octal 331 20 257 0 135 23 17 471 126 56
Binary 11011001 10000 10101111 0 1011101 10011 1111 100111001 1010110 101110

Color Harmonies of #D910AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910AF

Black with #D910AF

Text Example


Text Example

White with #D910AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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