#D674AE

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

Shades of Hopbush #D674AE

Tints of Hopbush #D674AE

Color information

#D674AE (or 0xD674AE) is unknown color: approx Hopbush. HEX triplet: D6, 74 and AE. RGB value is (214,116,174). Sum of RGB (Red+Green+Blue) = 214+116+174=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D674AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674AE is #298B51. Grayscale: #979797. Windows color (decimal): -2722642 or 11433174. OLE color: 11433174.

HSL color Cylindrical-coordinate representation of color #D674AE: hue angle of 324.49º 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 #D674AE is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214116174-
CMYK00.460.190.16
HSL324.49º54.44%64.71%-
HSV(B)324.49º45.79%83.92%-
XYZ41.6229.8443.61-
YUV151.91140.47172.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=42.46%
G=23.02%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411617400.460.190.16324.4954.4464.71
HexD674AE02E13101443641
Octal326164256056232050466101
Binary11010110111010010101110010111010011100001010001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674AE; }

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

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

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

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

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

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

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

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