Html Css Color HEX #D90395 Hollywood Cerise

📋 copy color: '#D90395'

red 217 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #D90395

Tints of Hollywood Cerise #D90395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 58.81%
G = 0.81%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90395 (or 0xD90395) is known color: Hollywood Cerise. HEX triplet: D9, 03 and 95. RGB value is (217,3,149). Sum of RGB (Red+Green+Blue) = 217+3+149=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D90395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90395 is #26FC6A. Grayscale: #535353. Windows color (decimal): -2554987 or 9765849. OLE color: 9765849.

HSL color Cylindrical-coordinate representation of color #D90395: hue angle of 319.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90395 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 149 -
CMYK 0 0.99 0.31 0.15
HSL 319.07º 0.97% 0.43% -
HSV(B) 319.07º 0.99% 0.85% -
XYZ 34.07 16.99 29.92 -
YUV 83.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 217 3 149 0 0.99 0.31 0.15 319.07 0.97 0.43
Hex D9 3 95 0 63 1F F 13F 61 2B
Octal 331 3 225 0 143 37 17 477 141 53
Binary 11011001 11 10010101 0 1100011 11111 1111 100111111 1100001 101011

Color Harmonies of #D90395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90395

Black with #D90395

Text Example


Text Example

White with #D90395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90395; }

 p { color: rgb(217,3,149); }

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

background-color css

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

 a { background-color: rgb(217,3,149); }

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

border-color css

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

 span { border-color: rgb(217,3,149); }

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