Html Css Color HEX #D76AA4 Hopbush

📋 copy color: '#D76AA4'

red 215 ◦ green 106 ◦ blue 164

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

Shades of Hopbush #D76AA4

Tints of Hopbush #D76AA4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.86%

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

R = 44.33%
G = 21.86%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D76AA4 (or 0xD76AA4) is known color: Hopbush. HEX triplet: D7, 6A and A4. RGB value is (215,106,164). Sum of RGB (Red+Green+Blue) = 215+106+164=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA4 is #28955B. Grayscale: #919191. Windows color (decimal): -2659676 or 10775255. OLE color: 10775255.

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

Color convert

RGB 215 106 164 -
CMYK 0 0.51 0.24 0.16
HSL 328.07º 0.58% 0.63% -
HSV(B) 328.07º 0.51% 0.84% -
XYZ 39.88 27.44 38.32 -
YUV 145.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 215 106 164 0 0.51 0.24 0.16 328.07 0.58 0.63
Hex D7 6A A4 0 33 18 10 148 3A 3F
Octal 327 152 244 0 63 30 20 510 72 77
Binary 11010111 1101010 10100100 0 110011 11000 10000 101001000 111010 111111

Color Harmonies of #D76AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AA4

Black with #D76AA4

Text Example


Text Example

White with #D76AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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