Html Css Color HEX #D76A9A Hopbush

📋 copy color: '#D76A9A'

red 215 ◦ green 106 ◦ blue 154

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

Shades of Hopbush #D76A9A

Tints of Hopbush #D76A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 45.26%
G = 22.32%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D76A9A (or 0xD76A9A) is known color: Hopbush. HEX triplet: D7, 6A and 9A. RGB value is (215,106,154). Sum of RGB (Red+Green+Blue) = 215+106+154=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A9A is #289565. Grayscale: #8F8F8F. Windows color (decimal): -2659686 or 10119895. OLE color: 10119895.

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

Color convert

RGB 215 106 154 -
CMYK 0 0.51 0.28 0.16
HSL 333.58º 0.58% 0.63% -
HSV(B) 333.58º 0.51% 0.84% -
XYZ 39.01 27.09 33.74 -
YUV 144.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 215 106 154 0 0.51 0.28 0.16 333.58 0.58 0.63
Hex D7 6A 9A 0 33 1C 10 14E 3A 3F
Octal 327 152 232 0 63 34 20 516 72 77
Binary 11010111 1101010 10011010 0 110011 11100 10000 101001110 111010 111111

Color Harmonies of #D76A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A9A

Black with #D76A9A

Text Example


Text Example

White with #D76A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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