Html Css Color HEX #D76CB3 Hopbush

📋 copy color: '#D76CB3'

red 215 ◦ green 108 ◦ blue 179

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

Shades of Hopbush #D76CB3

Tints of Hopbush #D76CB3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 42.83%
G = 21.51%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D76CB3 (or 0xD76CB3) is known color: Hopbush. HEX triplet: D7, 6C and B3. RGB value is (215,108,179). Sum of RGB (Red+Green+Blue) = 215+108+179=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB3 is #28934C. Grayscale: #939393. Windows color (decimal): -2659149 or 11758807. OLE color: 11758807.

HSL color Cylindrical-coordinate representation of color #D76CB3: hue angle of 320.19º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 179 -
CMYK 0 0.50 0.17 0.16
HSL 320.19º 0.57% 0.63% -
HSV(B) 320.19º 0.5% 0.84% -
XYZ 41.52 28.43 45.95 -
YUV 148.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 215 108 179 0 0.50 0.17 0.16 320.19 0.57 0.63
Hex D7 6C B3 0 32 11 10 140 39 3F
Octal 327 154 263 0 62 21 20 500 71 77
Binary 11010111 1101100 10110011 0 110010 10001 10000 101000000 111001 111111

Color Harmonies of #D76CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CB3

Black with #D76CB3

Text Example


Text Example

White with #D76CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CB3; }

 p { color: rgb(215,108,179); }

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

background-color css

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

 a { background-color: rgb(215,108,179); }

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

border-color css

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

 span { border-color: rgb(215,108,179); }

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