Html Css Color HEX #D76FA5 Hopbush

📋 copy color: '#D76FA5'

red 215 ◦ green 111 ◦ blue 165

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

Shades of Hopbush #D76FA5

Tints of Hopbush #D76FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 43.79%
G = 22.61%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D76FA5 (or 0xD76FA5) is known color: Hopbush. HEX triplet: D7, 6F and A5. RGB value is (215,111,165). Sum of RGB (Red+Green+Blue) = 215+111+165=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FA5 is #28905A. Grayscale: #949494. Windows color (decimal): -2658395 or 10842071. OLE color: 10842071.

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

Color convert

RGB 215 111 165 -
CMYK 0 0.48 0.23 0.16
HSL 328.85º 0.57% 0.64% -
HSV(B) 328.85º 0.48% 0.84% -
XYZ 40.5 28.53 38.97 -
YUV 148.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 215 111 165 0 0.48 0.23 0.16 328.85 0.57 0.64
Hex D7 6F A5 0 30 17 10 149 39 40
Octal 327 157 245 0 60 27 20 511 71 100
Binary 11010111 1101111 10100101 0 110000 10111 10000 101001001 111001 1000000

Color Harmonies of #D76FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FA5

Black with #D76FA5

Text Example


Text Example

White with #D76FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FA5; }

 p { color: rgb(215,111,165); }

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

background-color css

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

 a { background-color: rgb(215,111,165); }

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

border-color css

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

 span { border-color: rgb(215,111,165); }

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