Html Css Color HEX #D775AD Hopbush

📋 copy color: '#D775AD'

red 215 ◦ green 117 ◦ blue 173

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

Shades of Hopbush #D775AD

Tints of Hopbush #D775AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 42.57%
G = 23.17%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D775AD (or 0xD775AD) is known color: Hopbush. HEX triplet: D7, 75 and AD. RGB value is (215,117,173). Sum of RGB (Red+Green+Blue) = 215+117+173=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D775AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775AD is #288A52. Grayscale: #989898. Windows color (decimal): -2656851 or 11367895. OLE color: 11367895.

HSL color Cylindrical-coordinate representation of color #D775AD: hue angle of 325.71º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775AD is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 173 -
CMYK 0 0.46 0.20 0.16
HSL 325.71º 0.55% 0.65% -
HSV(B) 325.71º 0.46% 0.84% -
XYZ 41.93 30.19 43.15 -
YUV 152.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 215 117 173 0 0.46 0.20 0.16 325.71 0.55 0.65
Hex D7 75 AD 0 2E 14 10 146 37 41
Octal 327 165 255 0 56 24 20 506 67 101
Binary 11010111 1110101 10101101 0 101110 10100 10000 101000110 110111 1000001

Color Harmonies of #D775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775AD

Black with #D775AD

Text Example


Text Example

White with #D775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775AD; }

 p { color: rgb(215,117,173); }

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

background-color css

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

 a { background-color: rgb(215,117,173); }

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

border-color css

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

 span { border-color: rgb(215,117,173); }

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