Html Css Color HEX #D85F9F Hopbush

📋 copy color: '#D85F9F'

red 216 ◦ green 95 ◦ blue 159

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

Shades of Hopbush #D85F9F

Tints of Hopbush #D85F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 45.96%
G = 20.21%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D85F9F (or 0xD85F9F) is known color: Hopbush. HEX triplet: D8, 5F and 9F. RGB value is (216,95,159). Sum of RGB (Red+Green+Blue) = 216+95+159=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F9F is #27A060. Grayscale: #8A8A8A. Windows color (decimal): -2596961 or 10444760. OLE color: 10444760.

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

Color convert

RGB 216 95 159 -
CMYK 0 0.56 0.26 0.15
HSL 328.26º 0.61% 0.61% -
HSV(B) 328.26º 0.56% 0.85% -
XYZ 38.67 25.29 35.64 -
YUV 138.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 216 95 159 0 0.56 0.26 0.15 328.26 0.61 0.61
Hex D8 5F 9F 0 38 1A F 148 3D 3D
Octal 330 137 237 0 70 32 17 510 75 75
Binary 11011000 1011111 10011111 0 111000 11010 1111 101001000 111101 111101

Color Harmonies of #D85F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F9F

Black with #D85F9F

Text Example


Text Example

White with #D85F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F9F; }

 p { color: rgb(216,95,159); }

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

background-color css

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

 a { background-color: rgb(216,95,159); }

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

border-color css

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

 span { border-color: rgb(216,95,159); }

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