#D671A3

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

Shades of Hopbush #D671A3

Tints of Hopbush #D671A3

Color information

#D671A3 (or 0xD671A3) is unknown color: approx Hopbush. HEX triplet: D6, 71 and A3. RGB value is (214,113,163). Sum of RGB (Red+Green+Blue) = 214+113+163=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D671A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D671A3 is #298E5C. Grayscale: #949494. Windows color (decimal): -2723421 or 10711510. OLE color: 10711510.

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

Color convert

RGB214113163-
CMYK00.470.240.16
HSL330.3º55.19%64.12%-
HSV(B)330.3º47.2%83.92%-
XYZ40.2528.7538.08-
YUV148.9135.96174.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 163 (64.06% from 255) = 33.27%
R=43.67%
G=23.06%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411316300.470.240.16330.355.1964.12
HexD671A302F181014a3740
Octal326161243057302051267100
Binary11010110111000110100011010111111000100001010010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D671A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D671A3; }

 p { color: rgb(214,113,163); }

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

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

 a { background-color: rgb(214,113,163); }

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

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

 span { border-color: rgb(214,113,163); }

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