#D470AF

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

Shades of Hopbush #D470AF

Tints of Hopbush #D470AF

Color information

#D470AF (or 0xD470AF) is unknown color: approx Hopbush. HEX triplet: D4, 70 and AF. RGB value is (212,112,175). Sum of RGB (Red+Green+Blue) = 212+112+175=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D470AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470AF is #2B8F50. Grayscale: #949494. Windows color (decimal): -2854737 or 11497684. OLE color: 11497684.

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

Color convert

RGB212112175-
CMYK00.470.170.17
HSL322.2º53.76%63.53%-
HSV(B)322.2º47.17%83.14%-
XYZ40.6828.6843.95-
YUV149.08142.63172.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=42.48%
G=22.44%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211217500.470.170.17322.253.7663.53
HexD470AF02F11111423640
Octal324160257057212150266100
Binary11010100111000010101111010111110001100011010000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470AF; }

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

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

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

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

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

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

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

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