Html Css Color HEX #D076B3 Hopbush

📋 copy color: '#D076B3'

red 208 ◦ green 118 ◦ blue 179

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

Shades of Hopbush #D076B3

Tints of Hopbush #D076B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.45%

R = 41.19%
G = 23.37%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D076B3 (or 0xD076B3) is known color: Hopbush. HEX triplet: D0, 76 and B3. RGB value is (208,118,179). Sum of RGB (Red+Green+Blue) = 208+118+179=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B3 is #2F894C. Grayscale: #979797. Windows color (decimal): -3115341 or 11761360. OLE color: 11761360.

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

Color convert

RGB 208 118 179 -
CMYK 0 0.43 0.14 0.18
HSL 319.33º 0.49% 0.64% -
HSV(B) 319.33º 0.43% 0.82% -
XYZ 40.63 29.62 46.22 -
YUV 151.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 208 118 179 0 0.43 0.14 0.18 319.33 0.49 0.64
Hex D0 76 B3 0 2B E 12 13F 31 40
Octal 320 166 263 0 53 16 22 477 61 100
Binary 11010000 1110110 10110011 0 101011 1110 10010 100111111 110001 1000000

Color Harmonies of #D076B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076B3

Black with #D076B3

Text Example


Text Example

White with #D076B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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