Html Css Color HEX #D96094 Hopbush

📋 copy color: '#D96094'

red 217 ◦ green 96 ◦ blue 148

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

Shades of Hopbush #D96094

Tints of Hopbush #D96094

RGB

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

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

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

R = 47.07%
G = 20.82%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96094 (or 0xD96094) is known color: Hopbush. HEX triplet: D9, 60 and 94. RGB value is (217,96,148). Sum of RGB (Red+Green+Blue) = 217+96+148=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D96094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96094 is #269F6B. Grayscale: #8A8A8A. Windows color (decimal): -2531180 or 9724121. OLE color: 9724121.

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

Color convert

RGB 217 96 148 -
CMYK 0 0.56 0.32 0.15
HSL 334.21º 0.61% 0.61% -
HSV(B) 334.21º 0.56% 0.85% -
XYZ 38.14 25.26 30.88 -
YUV 138.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 217 96 148 0 0.56 0.32 0.15 334.21 0.61 0.61
Hex D9 60 94 0 38 20 F 14E 3D 3D
Octal 331 140 224 0 70 40 17 516 75 75
Binary 11011001 1100000 10010100 0 111000 100000 1111 101001110 111101 111101

Color Harmonies of #D96094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96094

Black with #D96094

Text Example


Text Example

White with #D96094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96094; }

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

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

background-color css

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

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

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

border-color css

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

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

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