Html Css Color HEX #D076B4 Hopbush

📋 copy color: '#D076B4'

red 208 ◦ green 118 ◦ blue 180

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

Shades of Hopbush #D076B4

Tints of Hopbush #D076B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 41.11%
G = 23.32%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D076B4 (or 0xD076B4) is known color: Hopbush. HEX triplet: D0, 76 and B4. RGB value is (208,118,180). Sum of RGB (Red+Green+Blue) = 208+118+180=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B4 is #2F894B. Grayscale: #979797. Windows color (decimal): -3115340 or 11826896. OLE color: 11826896.

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

Color convert

RGB 208 118 180 -
CMYK 0 0.43 0.13 0.18
HSL 318.67º 0.49% 0.64% -
HSV(B) 318.67º 0.43% 0.82% -
XYZ 40.73 29.66 46.76 -
YUV 151.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 208 118 180 0 0.43 0.13 0.18 318.67 0.49 0.64
Hex D0 76 B4 0 2B D 12 13F 31 40
Octal 320 166 264 0 53 15 22 477 61 100
Binary 11010000 1110110 10110100 0 101011 1101 10010 100111111 110001 1000000

Color Harmonies of #D076B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076B4

Black with #D076B4

Text Example


Text Example

White with #D076B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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