Html Css Color HEX #D90F9E Hollywood Cerise

📋 copy color: '#D90F9E'

red 217 ◦ green 15 ◦ blue 158

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

Shades of Hollywood Cerise #D90F9E

Tints of Hollywood Cerise #D90F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 55.64%
G = 3.85%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D90F9E (or 0xD90F9E) is known color: Hollywood Cerise. HEX triplet: D9, 0F and 9E. RGB value is (217,15,158). Sum of RGB (Red+Green+Blue) = 217+15+158=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90F9E is #26F061. Grayscale: #5B5B5B. Windows color (decimal): -2551906 or 10358745. OLE color: 10358745.

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

Color convert

RGB 217 15 158 -
CMYK 0 0.93 0.27 0.15
HSL 317.52º 0.87% 0.45% -
HSV(B) 317.52º 0.93% 0.85% -
XYZ 34.96 17.56 33.9 -
YUV 91.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 217 15 158 0 0.93 0.27 0.15 317.52 0.87 0.45
Hex D9 F 9E 0 5D 1B F 13E 57 2D
Octal 331 17 236 0 135 33 17 476 127 55
Binary 11011001 1111 10011110 0 1011101 11011 1111 100111110 1010111 101101

Color Harmonies of #D90F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90F9E

Black with #D90F9E

Text Example


Text Example

White with #D90F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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