Html Css Color HEX #D95A90 Hopbush

📋 copy color: '#D95A90'

red 217 ◦ green 90 ◦ blue 144

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

Shades of Hopbush #D95A90

Tints of Hopbush #D95A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 48.12%
G = 19.96%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95A90 (or 0xD95A90) is known color: Hopbush. HEX triplet: D9, 5A and 90. RGB value is (217,90,144). Sum of RGB (Red+Green+Blue) = 217+90+144=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A90 is #26A56F. Grayscale: #868686. Windows color (decimal): -2532720 or 9460441. OLE color: 9460441.

HSL color Cylindrical-coordinate representation of color #D95A90: hue angle of 334.49º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95A90 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 144 -
CMYK 0 0.59 0.34 0.15
HSL 334.49º 0.63% 0.6% -
HSV(B) 334.49º 0.59% 0.85% -
XYZ 37.31 24.08 29.07 -
YUV 134.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 217 90 144 0 0.59 0.34 0.15 334.49 0.63 0.6
Hex D9 5A 90 0 3B 22 F 14E 3F 3C
Octal 331 132 220 0 73 42 17 516 77 74
Binary 11011001 1011010 10010000 0 111011 100010 1111 101001110 111111 111100

Color Harmonies of #D95A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A90

Black with #D95A90

Text Example


Text Example

White with #D95A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A90; }

 p { color: rgb(217,90,144); }

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

background-color css

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

 a { background-color: rgb(217,90,144); }

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

border-color css

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

 span { border-color: rgb(217,90,144); }

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