#D275AC

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

Shades of Hopbush #D275AC

Tints of Hopbush #D275AC

Color information

#D275AC (or 0xD275AC) is unknown color: approx Hopbush. HEX triplet: D2, 75 and AC. RGB value is (210,117,172). Sum of RGB (Red+Green+Blue) = 210+117+172=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AC is #2D8A53. Grayscale: #969696. Windows color (decimal): -2984532 or 11302354. OLE color: 11302354.

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

Color convert

RGB210117172-
CMYK00.440.180.18
HSL324.52º50.82%64.12%-
HSV(B)324.52º44.29%82.35%-
XYZ40.3929.442.58-
YUV151.08139.81170.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=42.08%
G=23.45%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011717200.440.180.18324.5250.8264.12
HexD275AC02C12121453340
Octal322165254054222250563100
Binary11010010111010110101100010110010010100101010001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275AC; }

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

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

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

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

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

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

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

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