Html Css Color HEX #D90FAC Hollywood Cerise

📋 copy color: '#D90FAC'

red 217 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #D90FAC

Tints of Hollywood Cerise #D90FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 53.71%
G = 3.71%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D90FAC (or 0xD90FAC) is known color: Hollywood Cerise. HEX triplet: D9, 0F and AC. RGB value is (217,15,172). Sum of RGB (Red+Green+Blue) = 217+15+172=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90FAC is #26F053. Grayscale: #5C5C5C. Windows color (decimal): -2551892 or 11276249. OLE color: 11276249.

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

Color convert

RGB 217 15 172 -
CMYK 0 0.93 0.21 0.15
HSL 313.37º 0.87% 0.45% -
HSV(B) 313.37º 0.93% 0.85% -
XYZ 36.23 18.07 40.61 -
YUV 93.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 217 15 172 0 0.93 0.21 0.15 313.37 0.87 0.45
Hex D9 F AC 0 5D 15 F 139 57 2D
Octal 331 17 254 0 135 25 17 471 127 55
Binary 11011001 1111 10101100 0 1011101 10101 1111 100111001 1010111 101101

Color Harmonies of #D90FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FAC

Black with #D90FAC

Text Example


Text Example

White with #D90FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FAC; }

 p { color: rgb(217,15,172); }

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

background-color css

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

 a { background-color: rgb(217,15,172); }

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

border-color css

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

 span { border-color: rgb(217,15,172); }

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