Html Css Color HEX #D759A0 Hopbush

📋 copy color: '#D759A0'

red 215 ◦ green 89 ◦ blue 160

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

Shades of Hopbush #D759A0

Tints of Hopbush #D759A0

RGB

 RED value IS 215 (84.38% from 255) = 46.34%

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

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 46.34%
G = 19.18%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D759A0 (or 0xD759A0) is known color: Hopbush. HEX triplet: D7, 59 and A0. RGB value is (215,89,160). Sum of RGB (Red+Green+Blue) = 215+89+160=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D759A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759A0 is #28A65F. Grayscale: #868686. Windows color (decimal): -2664032 or 10508759. OLE color: 10508759.

HSL color Cylindrical-coordinate representation of color #D759A0: hue angle of 326.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759A0 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 89 160 -
CMYK 0 0.59 0.26 0.16
HSL 326.19º 0.61% 0.6% -
HSV(B) 326.19º 0.59% 0.84% -
XYZ 37.94 24.13 35.92 -
YUV 134.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 215 89 160 0 0.59 0.26 0.16 326.19 0.61 0.6
Hex D7 59 A0 0 3B 1A 10 146 3D 3C
Octal 327 131 240 0 73 32 20 506 75 74
Binary 11010111 1011001 10100000 0 111011 11010 10000 101000110 111101 111100

Color Harmonies of #D759A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759A0

Black with #D759A0

Text Example


Text Example

White with #D759A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759A0; }

 p { color: rgb(215,89,160); }

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

background-color css

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

 a { background-color: rgb(215,89,160); }

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

border-color css

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

 span { border-color: rgb(215,89,160); }

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