Html Css Color HEX #D90FAD Hollywood Cerise

📋 copy color: '#D90FAD'

red 217 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #D90FAD

Tints of Hollywood Cerise #D90FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 53.58%
G = 3.7%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D90FAD (or 0xD90FAD) is known color: Hollywood Cerise. HEX triplet: D9, 0F and AD. RGB value is (217,15,173). Sum of RGB (Red+Green+Blue) = 217+15+173=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90FAD is #26F052. Grayscale: #5C5C5C. Windows color (decimal): -2551891 or 11341785. OLE color: 11341785.

HSL color Cylindrical-coordinate representation of color #D90FAD: hue angle of 313.07º 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 #D90FAD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 15 173 -
CMYK 0 0.93 0.20 0.15
HSL 313.07º 0.87% 0.45% -
HSV(B) 313.07º 0.93% 0.85% -
XYZ 36.33 18.11 41.12 -
YUV 93.41 172.92 216.15 -
System Red Green Blue C M Y K H S L
Decimal 217 15 173 0 0.93 0.20 0.15 313.07 0.87 0.45
Hex D9 F AD 0 5D 14 F 139 57 2D
Octal 331 17 255 0 135 24 17 471 127 55
Binary 11011001 1111 10101101 0 1011101 10100 1111 100111001 1010111 101101

Color Harmonies of #D90FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FAD

Black with #D90FAD

Text Example


Text Example

White with #D90FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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