#D275AF

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

Shades of Hopbush #D275AF

Tints of Hopbush #D275AF

Color information

#D275AF (or 0xD275AF) is unknown color: approx Hopbush. HEX triplet: D2, 75 and AF. RGB value is (210,117,175). Sum of RGB (Red+Green+Blue) = 210+117+175=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AF is #2D8A50. Grayscale: #979797. Windows color (decimal): -2984529 or 11498962. OLE color: 11498962.

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

Color convert

RGB210117175-
CMYK00.440.170.18
HSL322.58º50.82%64.12%-
HSV(B)322.58º44.29%82.35%-
XYZ40.6829.5244.11-
YUV151.42141.31169.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=41.83%
G=23.31%
B=34.86%

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
Decimal21011717500.440.170.18322.5850.8264.12
HexD275AF02C11121433340
Octal322165257054212250363100
Binary11010010111010110101111010110010001100101010000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275AF; }

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

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

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

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

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

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

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

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