Html Css Color HEX #D76EAF Hopbush

📋 copy color: '#D76EAF'

red 215 ◦ green 110 ◦ blue 175

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

Shades of Hopbush #D76EAF

Tints of Hopbush #D76EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

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

R = 43%
G = 22%
B = 35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D76EAF (or 0xD76EAF) is known color: Hopbush. HEX triplet: D7, 6E and AF. RGB value is (215,110,175). Sum of RGB (Red+Green+Blue) = 215+110+175=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76EAF is #289150. Grayscale: #949494. Windows color (decimal): -2658641 or 11497175. OLE color: 11497175.

HSL color Cylindrical-coordinate representation of color #D76EAF: hue angle of 322.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76EAF is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 175 -
CMYK 0 0.49 0.19 0.16
HSL 322.86º 0.57% 0.64% -
HSV(B) 322.86º 0.49% 0.84% -
XYZ 41.34 28.69 43.92 -
YUV 148.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 215 110 175 0 0.49 0.19 0.16 322.86 0.57 0.64
Hex D7 6E AF 0 31 13 10 143 39 40
Octal 327 156 257 0 61 23 20 503 71 100
Binary 11010111 1101110 10101111 0 110001 10011 10000 101000011 111001 1000000

Color Harmonies of #D76EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EAF

Black with #D76EAF

Text Example


Text Example

White with #D76EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EAF; }

 p { color: rgb(215,110,175); }

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

background-color css

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

 a { background-color: rgb(215,110,175); }

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

border-color css

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

 span { border-color: rgb(215,110,175); }

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