Html Css Color HEX #D76CA4 Hopbush

📋 copy color: '#D76CA4'

red 215 ◦ green 108 ◦ blue 164

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

Shades of Hopbush #D76CA4

Tints of Hopbush #D76CA4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 164 (64.45% from 255) = 33.68%

R = 44.15%
G = 22.18%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D76CA4 (or 0xD76CA4) is known color: Hopbush. HEX triplet: D7, 6C and A4. RGB value is (215,108,164). Sum of RGB (Red+Green+Blue) = 215+108+164=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA4 is #28935B. Grayscale: #929292. Windows color (decimal): -2659164 or 10775767. OLE color: 10775767.

HSL color Cylindrical-coordinate representation of color #D76CA4: hue angle of 328.6º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CA4 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 164 -
CMYK 0 0.50 0.24 0.16
HSL 328.6º 0.57% 0.63% -
HSV(B) 328.6º 0.5% 0.84% -
XYZ 40.09 27.85 38.39 -
YUV 146.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 215 108 164 0 0.50 0.24 0.16 328.6 0.57 0.63
Hex D7 6C A4 0 32 18 10 149 39 3F
Octal 327 154 244 0 62 30 20 511 71 77
Binary 11010111 1101100 10100100 0 110010 11000 10000 101001001 111001 111111

Color Harmonies of #D76CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CA4

Black with #D76CA4

Text Example


Text Example

White with #D76CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CA4; }

 p { color: rgb(215,108,164); }

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

background-color css

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

 a { background-color: rgb(215,108,164); }

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

border-color css

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

 span { border-color: rgb(215,108,164); }

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