Html Css Color HEX #D676AF Hopbush

📋 copy color: '#D676AF'

red 214 ◦ green 118 ◦ blue 175

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

Shades of Hopbush #D676AF

Tints of Hopbush #D676AF

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

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

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

R = 42.21%
G = 23.27%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D676AF (or 0xD676AF) is known color: Hopbush. HEX triplet: D6, 76 and AF. RGB value is (214,118,175). Sum of RGB (Red+Green+Blue) = 214+118+175=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D676AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676AF is #298950. Grayscale: #999999. Windows color (decimal): -2722129 or 11499222. OLE color: 11499222.

HSL color Cylindrical-coordinate representation of color #D676AF: hue angle of 324.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676AF is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 175 -
CMYK 0 0.45 0.18 0.16
HSL 324.38º 0.54% 0.65% -
HSV(B) 324.38º 0.45% 0.84% -
XYZ 41.95 30.35 44.2 -
YUV 153.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 214 118 175 0 0.45 0.18 0.16 324.38 0.54 0.65
Hex D6 76 AF 0 2D 12 10 144 36 41
Octal 326 166 257 0 55 22 20 504 66 101
Binary 11010110 1110110 10101111 0 101101 10010 10000 101000100 110110 1000001

Color Harmonies of #D676AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676AF

Black with #D676AF

Text Example


Text Example

White with #D676AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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