Html Css Color HEX #D95D90 Hopbush

📋 copy color: '#D95D90'

red 217 ◦ green 93 ◦ blue 144

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

Shades of Hopbush #D95D90

Tints of Hopbush #D95D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

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

R = 47.8%
G = 20.48%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95D90 (or 0xD95D90) is known color: Hopbush. HEX triplet: D9, 5D and 90. RGB value is (217,93,144). Sum of RGB (Red+Green+Blue) = 217+93+144=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D90 is #26A26F. Grayscale: #878787. Windows color (decimal): -2531952 or 9461209. OLE color: 9461209.

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

Color convert

RGB 217 93 144 -
CMYK 0 0.57 0.34 0.15
HSL 335.32º 0.62% 0.61% -
HSV(B) 335.32º 0.57% 0.85% -
XYZ 37.56 24.59 29.15 -
YUV 135.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 217 93 144 0 0.57 0.34 0.15 335.32 0.62 0.61
Hex D9 5D 90 0 39 22 F 14F 3E 3D
Octal 331 135 220 0 71 42 17 517 76 75
Binary 11011001 1011101 10010000 0 111001 100010 1111 101001111 111110 111101

Color Harmonies of #D95D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D90

Black with #D95D90

Text Example


Text Example

White with #D95D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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