Html Css Color HEX #D076AF Hopbush

📋 copy color: '#D076AF'

red 208 ◦ green 118 ◦ blue 175

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

Shades of Hopbush #D076AF

Tints of Hopbush #D076AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 41.52%
G = 23.55%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D076AF (or 0xD076AF) is known color: Hopbush. HEX triplet: D0, 76 and AF. RGB value is (208,118,175). Sum of RGB (Red+Green+Blue) = 208+118+175=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D076AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076AF is #2F8950. Grayscale: #979797. Windows color (decimal): -3115345 or 11499216. OLE color: 11499216.

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

Color convert

RGB 208 118 175 -
CMYK 0 0.43 0.16 0.18
HSL 322º 0.49% 0.64% -
HSV(B) 322º 0.43% 0.82% -
XYZ 40.23 29.46 44.12 -
YUV 151.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 208 118 175 0 0.43 0.16 0.18 322 0.49 0.64
Hex D0 76 AF 0 2B 10 12 142 31 40
Octal 320 166 257 0 53 20 22 502 61 100
Binary 11010000 1110110 10101111 0 101011 10000 10010 101000010 110001 1000000

Color Harmonies of #D076AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076AF

Black with #D076AF

Text Example


Text Example

White with #D076AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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