#D270AC

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

Shades of Hopbush #D270AC

Tints of Hopbush #D270AC

Color information

#D270AC (or 0xD270AC) is unknown color: approx Hopbush. HEX triplet: D2, 70 and AC. RGB value is (210,112,172). Sum of RGB (Red+Green+Blue) = 210+112+172=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D270AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270AC is #2D8F53. Grayscale: #949494. Windows color (decimal): -2985812 or 11301074. OLE color: 11301074.

HSL color Cylindrical-coordinate representation of color #D270AC: hue angle of 323.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270AC is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210112172-
CMYK00.470.180.18
HSL323.27º52.13%63.14%-
HSV(B)323.27º46.67%82.35%-
XYZ39.8228.2742.39-
YUV148.14141.47172.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=42.51%
G=22.67%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011217200.470.180.18323.2752.1363.14
HexD270AC02F1212143343f
Octal32216025405722225036477
Binary1101001011100001010110001011111001010010101000011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D270AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D270AC; }

 p { color: rgb(210,112,172); }

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

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

 a { background-color: rgb(210,112,172); }

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

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

 span { border-color: rgb(210,112,172); }

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