#D474AF

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

Shades of Hopbush #D474AF

Tints of Hopbush #D474AF

Color information

#D474AF (or 0xD474AF) is unknown color: approx Hopbush. HEX triplet: D4, 74 and AF. RGB value is (212,116,175). Sum of RGB (Red+Green+Blue) = 212+116+175=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D474AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D474AF is #2B8B50. Grayscale: #979797. Windows color (decimal): -2853713 or 11498708. OLE color: 11498708.

HSL color Cylindrical-coordinate representation of color #D474AF: hue angle of 323.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D474AF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212116175-
CMYK00.450.170.17
HSL323.12º52.75%64.31%-
HSV(B)323.12º45.28%83.14%-
XYZ41.1329.5844.1-
YUV151.43141.3171.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.15%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=42.15%
G=23.06%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211617500.450.170.17323.1252.7564.31
HexD474AF02D11111433540
Octal324164257055212150365100
Binary11010100111010010101111010110110001100011010000111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474AF; }

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

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

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

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

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

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

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

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