Html Css Color HEX #D076A5 Hopbush

📋 copy color: '#D076A5'

red 208 ◦ green 118 ◦ blue 165

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

Shades of Hopbush #D076A5

Tints of Hopbush #D076A5

RGB

 RED value IS 208 (81.64% from 255) = 42.36%

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 42.36%
G = 24.03%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D076A5 (or 0xD076A5) is known color: Hopbush. HEX triplet: D0, 76 and A5. RGB value is (208,118,165). Sum of RGB (Red+Green+Blue) = 208+118+165=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D076A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076A5 is #2F895A. Grayscale: #969696. Windows color (decimal): -3115355 or 10843856. OLE color: 10843856.

HSL color Cylindrical-coordinate representation of color #D076A5: hue angle of 328.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076A5 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 165 -
CMYK 0 0.43 0.21 0.18
HSL 328.67º 0.49% 0.64% -
HSV(B) 328.67º 0.43% 0.82% -
XYZ 39.28 29.08 39.14 -
YUV 150.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 208 118 165 0 0.43 0.21 0.18 328.67 0.49 0.64
Hex D0 76 A5 0 2B 15 12 149 31 40
Octal 320 166 245 0 53 25 22 511 61 100
Binary 11010000 1110110 10100101 0 101011 10101 10010 101001001 110001 1000000

Color Harmonies of #D076A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076A5

Black with #D076A5

Text Example


Text Example

White with #D076A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076A5; }

 p { color: rgb(208,118,165); }

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

background-color css

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

 a { background-color: rgb(208,118,165); }

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

border-color css

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

 span { border-color: rgb(208,118,165); }

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