Html Css Color HEX #D76DA0 Hopbush

📋 copy color: '#D76DA0'

red 215 ◦ green 109 ◦ blue 160

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

Shades of Hopbush #D76DA0

Tints of Hopbush #D76DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 44.42%
G = 22.52%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D76DA0 (or 0xD76DA0) is known color: Hopbush. HEX triplet: D7, 6D and A0. RGB value is (215,109,160). Sum of RGB (Red+Green+Blue) = 215+109+160=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA0 is #28925F. Grayscale: #929292. Windows color (decimal): -2658912 or 10513879. OLE color: 10513879.

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

Color convert

RGB 215 109 160 -
CMYK 0 0.49 0.26 0.16
HSL 331.13º 0.57% 0.64% -
HSV(B) 331.13º 0.49% 0.84% -
XYZ 39.84 27.92 36.55 -
YUV 146.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 215 109 160 0 0.49 0.26 0.16 331.13 0.57 0.64
Hex D7 6D A0 0 31 1A 10 14B 39 40
Octal 327 155 240 0 61 32 20 513 71 100
Binary 11010111 1101101 10100000 0 110001 11010 10000 101001011 111001 1000000

Color Harmonies of #D76DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DA0

Black with #D76DA0

Text Example


Text Example

White with #D76DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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