Html Css Color HEX #D76CA0 Hopbush

📋 copy color: '#D76CA0'

red 215 ◦ green 108 ◦ blue 160

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

Shades of Hopbush #D76CA0

Tints of Hopbush #D76CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 44.51%
G = 22.36%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D76CA0 (or 0xD76CA0) is known color: Hopbush. HEX triplet: D7, 6C and A0. RGB value is (215,108,160). Sum of RGB (Red+Green+Blue) = 215+108+160=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA0 is #28935F. Grayscale: #919191. Windows color (decimal): -2659168 or 10513623. OLE color: 10513623.

HSL color Cylindrical-coordinate representation of color #D76CA0: hue angle of 330.84º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CA0 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 160 -
CMYK 0 0.50 0.26 0.16
HSL 330.84º 0.57% 0.63% -
HSV(B) 330.84º 0.5% 0.84% -
XYZ 39.73 27.71 36.51 -
YUV 145.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 215 108 160 0 0.50 0.26 0.16 330.84 0.57 0.63
Hex D7 6C A0 0 32 1A 10 14B 39 3F
Octal 327 154 240 0 62 32 20 513 71 77
Binary 11010111 1101100 10100000 0 110010 11010 10000 101001011 111001 111111

Color Harmonies of #D76CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CA0

Black with #D76CA0

Text Example


Text Example

White with #D76CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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