#D275AE

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

Shades of Hopbush #D275AE

Tints of Hopbush #D275AE

Color information

#D275AE (or 0xD275AE) is unknown color: approx Hopbush. HEX triplet: D2, 75 and AE. RGB value is (210,117,174). Sum of RGB (Red+Green+Blue) = 210+117+174=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AE is #2D8A51. Grayscale: #979797. Windows color (decimal): -2984530 or 11433426. OLE color: 11433426.

HSL color Cylindrical-coordinate representation of color #D275AE: hue angle of 323.23º 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 #D275AE is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210117174-
CMYK00.440.170.18
HSL323.23º50.82%64.12%-
HSV(B)323.23º44.29%82.35%-
XYZ40.5829.4843.6-
YUV151.3140.81169.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=41.92%
G=23.35%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011717400.440.170.18323.2350.8264.12
HexD275AE02C11121433340
Octal322165256054212250363100
Binary11010010111010110101110010110010001100101010000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275AE; }

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

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

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

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

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

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

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

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