Html Css Color HEX #D76FB0 Hopbush

📋 copy color: '#D76FB0'

red 215 ◦ green 111 ◦ blue 176

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

Shades of Hopbush #D76FB0

Tints of Hopbush #D76FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 42.83%
G = 22.11%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D76FB0 (or 0xD76FB0) is known color: Hopbush. HEX triplet: D7, 6F and B0. RGB value is (215,111,176). Sum of RGB (Red+Green+Blue) = 215+111+176=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FB0 is #28904F. Grayscale: #959595. Windows color (decimal): -2658384 or 11562967. OLE color: 11562967.

HSL color Cylindrical-coordinate representation of color #D76FB0: hue angle of 322.5º 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 #D76FB0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 176 -
CMYK 0 0.48 0.18 0.16
HSL 322.5º 0.57% 0.64% -
HSV(B) 322.5º 0.48% 0.84% -
XYZ 41.55 28.95 44.47 -
YUV 149.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 215 111 176 0 0.48 0.18 0.16 322.5 0.57 0.64
Hex D7 6F B0 0 30 12 10 142 39 40
Octal 327 157 260 0 60 22 20 502 71 100
Binary 11010111 1101111 10110000 0 110000 10010 10000 101000010 111001 1000000

Color Harmonies of #D76FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FB0

Black with #D76FB0

Text Example


Text Example

White with #D76FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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