#D674AF

Color #D674AF Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D674AF

Tints of Hopbush #D674AF

Color information

#D674AF (or 0xD674AF) is unknown color: approx Hopbush. HEX triplet: D6, 74 and AF. RGB value is (214,116,175). Sum of RGB (Red+Green+Blue) = 214+116+175=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D674AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674AF is #298B50. Grayscale: #979797. Windows color (decimal): -2722641 or 11498710. OLE color: 11498710.

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

Color convert

RGB214116175-
CMYK00.460.180.16
HSL323.88º54.44%64.71%-
HSV(B)323.88º45.79%83.92%-
XYZ41.7129.8844.13-
YUV152.03140.97172.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=42.38%
G=22.97%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411617500.460.180.16323.8854.4464.71
HexD674AF02E12101443641
Octal326164257056222050466101
Binary11010110111010010101111010111010010100001010001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674AF; }

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

 H1.HeaderClassName
 {
   color: #D674AF;
 }
 .AnyTagClassName
 {
   color: #D674AF;
 }
</style>
background-color css

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

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

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

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

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

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