Html Css Color HEX #D95994 Hopbush

📋 copy color: '#D95994'

red 217 ◦ green 89 ◦ blue 148

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

Shades of Hopbush #D95994

Tints of Hopbush #D95994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 47.8%
G = 19.6%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D95994 (or 0xD95994) is known color: Hopbush. HEX triplet: D9, 59 and 94. RGB value is (217,89,148). Sum of RGB (Red+Green+Blue) = 217+89+148=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95994 is #26A66B. Grayscale: #858585. Windows color (decimal): -2532972 or 9722329. OLE color: 9722329.

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

Color convert

RGB 217 89 148 -
CMYK 0 0.59 0.32 0.15
HSL 332.34º 0.63% 0.6% -
HSV(B) 332.34º 0.59% 0.85% -
XYZ 37.53 24.03 30.68 -
YUV 134 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 217 89 148 0 0.59 0.32 0.15 332.34 0.63 0.6
Hex D9 59 94 0 3B 20 F 14C 3F 3C
Octal 331 131 224 0 73 40 17 514 77 74
Binary 11011001 1011001 10010100 0 111011 100000 1111 101001100 111111 111100

Color Harmonies of #D95994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95994

Black with #D95994

Text Example


Text Example

White with #D95994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95994; }

 p { color: rgb(217,89,148); }

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

background-color css

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

 a { background-color: rgb(217,89,148); }

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

border-color css

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

 span { border-color: rgb(217,89,148); }

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