Html Css Color HEX #D76EB0 Hopbush

📋 copy color: '#D76EB0'

red 215 ◦ green 110 ◦ blue 176

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

Shades of Hopbush #D76EB0

Tints of Hopbush #D76EB0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

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

R = 42.91%
G = 21.96%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D76EB0 (or 0xD76EB0) is known color: Hopbush. HEX triplet: D7, 6E and B0. RGB value is (215,110,176). Sum of RGB (Red+Green+Blue) = 215+110+176=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76EB0 is #28914F. Grayscale: #949494. Windows color (decimal): -2658640 or 11562711. OLE color: 11562711.

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

Color convert

RGB 215 110 176 -
CMYK 0 0.49 0.18 0.16
HSL 322.29º 0.57% 0.64% -
HSV(B) 322.29º 0.49% 0.84% -
XYZ 41.44 28.73 44.44 -
YUV 148.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 215 110 176 0 0.49 0.18 0.16 322.29 0.57 0.64
Hex D7 6E B0 0 31 12 10 142 39 40
Octal 327 156 260 0 61 22 20 502 71 100
Binary 11010111 1101110 10110000 0 110001 10010 10000 101000010 111001 1000000

Color Harmonies of #D76EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EB0

Black with #D76EB0

Text Example


Text Example

White with #D76EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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