Html Css Color HEX #D76EA1 Hopbush

📋 copy color: '#D76EA1'

red 215 ◦ green 110 ◦ blue 161

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

Shades of Hopbush #D76EA1

Tints of Hopbush #D76EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 44.24%
G = 22.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D76EA1 (or 0xD76EA1) is known color: Hopbush. HEX triplet: D7, 6E and A1. RGB value is (215,110,161). Sum of RGB (Red+Green+Blue) = 215+110+161=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76EA1 is #28915E. Grayscale: #939393. Windows color (decimal): -2658655 or 10579671. OLE color: 10579671.

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

Color convert

RGB 215 110 161 -
CMYK 0 0.49 0.25 0.16
HSL 330.86º 0.57% 0.64% -
HSV(B) 330.86º 0.49% 0.84% -
XYZ 40.03 28.17 37.05 -
YUV 147.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 215 110 161 0 0.49 0.25 0.16 330.86 0.57 0.64
Hex D7 6E A1 0 31 19 10 14B 39 40
Octal 327 156 241 0 61 31 20 513 71 100
Binary 11010111 1101110 10100001 0 110001 11001 10000 101001011 111001 1000000

Color Harmonies of #D76EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EA1

Black with #D76EA1

Text Example


Text Example

White with #D76EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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