Html Css Color HEX #D96095 Hopbush

📋 copy color: '#D96095'

red 217 ◦ green 96 ◦ blue 149

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

Shades of Hopbush #D96095

Tints of Hopbush #D96095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

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

R = 46.97%
G = 20.78%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96095 (or 0xD96095) is known color: Hopbush. HEX triplet: D9, 60 and 95. RGB value is (217,96,149). Sum of RGB (Red+Green+Blue) = 217+96+149=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D96095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96095 is #269F6A. Grayscale: #8A8A8A. Windows color (decimal): -2531179 or 9789657. OLE color: 9789657.

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

Color convert

RGB 217 96 149 -
CMYK 0 0.56 0.31 0.15
HSL 333.72º 0.61% 0.61% -
HSV(B) 333.72º 0.56% 0.85% -
XYZ 38.22 25.29 31.3 -
YUV 138.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 217 96 149 0 0.56 0.31 0.15 333.72 0.61 0.61
Hex D9 60 95 0 38 1F F 14E 3D 3D
Octal 331 140 225 0 70 37 17 516 75 75
Binary 11011001 1100000 10010101 0 111000 11111 1111 101001110 111101 111101

Color Harmonies of #D96095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96095

Black with #D96095

Text Example


Text Example

White with #D96095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96095; }

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

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

background-color css

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

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

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

border-color css

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

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

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