Html Css Color HEX #D85C95 Hopbush

📋 copy color: '#D85C95'

red 216 ◦ green 92 ◦ blue 149

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

Shades of Hopbush #D85C95

Tints of Hopbush #D85C95

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

 GREEN value IS 92 (36.33% from 255) = 20.13%

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

R = 47.26%
G = 20.13%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85C95 (or 0xD85C95) is known color: Hopbush. HEX triplet: D8, 5C and 95. RGB value is (216,92,149). Sum of RGB (Red+Green+Blue) = 216+92+149=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C95 is #27A36A. Grayscale: #878787. Windows color (decimal): -2597739 or 9788632. OLE color: 9788632.

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

Color convert

RGB 216 92 149 -
CMYK 0 0.57 0.31 0.15
HSL 332.42º 0.61% 0.6% -
HSV(B) 332.42º 0.57% 0.85% -
XYZ 37.57 24.42 31.17 -
YUV 135.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 216 92 149 0 0.57 0.31 0.15 332.42 0.61 0.6
Hex D8 5C 95 0 39 1F F 14C 3D 3C
Octal 330 134 225 0 71 37 17 514 75 74
Binary 11011000 1011100 10010101 0 111001 11111 1111 101001100 111101 111100

Color Harmonies of #D85C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C95

Black with #D85C95

Text Example


Text Example

White with #D85C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C95; }

 p { color: rgb(216,92,149); }

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

background-color css

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

 a { background-color: rgb(216,92,149); }

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

border-color css

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

 span { border-color: rgb(216,92,149); }

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