Html Css Color HEX #D90B9B Hollywood Cerise

📋 copy color: '#D90B9B'

red 217 ◦ green 11 ◦ blue 155

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

Shades of Hollywood Cerise #D90B9B

Tints of Hollywood Cerise #D90B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 56.66%
G = 2.87%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D90B9B (or 0xD90B9B) is known color: Hollywood Cerise. HEX triplet: D9, 0B and 9B. RGB value is (217,11,155). Sum of RGB (Red+Green+Blue) = 217+11+155=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B9B is #26F464. Grayscale: #585858. Windows color (decimal): -2552933 or 10161113. OLE color: 10161113.

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

Color convert

RGB 217 11 155 -
CMYK 0 0.95 0.29 0.15
HSL 318.06º 0.9% 0.45% -
HSV(B) 318.06º 0.95% 0.85% -
XYZ 34.65 17.36 32.53 -
YUV 89.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 217 11 155 0 0.95 0.29 0.15 318.06 0.9 0.45
Hex D9 B 9B 0 5F 1D F 13E 5A 2D
Octal 331 13 233 0 137 35 17 476 132 55
Binary 11011001 1011 10011011 0 1011111 11101 1111 100111110 1011010 101101

Color Harmonies of #D90B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B9B

Black with #D90B9B

Text Example


Text Example

White with #D90B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B9B; }

 p { color: rgb(217,11,155); }

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

background-color css

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

 a { background-color: rgb(217,11,155); }

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

border-color css

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

 span { border-color: rgb(217,11,155); }

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