#D275AD

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

Shades of Hopbush #D275AD

Tints of Hopbush #D275AD

Color information

#D275AD (or 0xD275AD) is unknown color: approx Hopbush. HEX triplet: D2, 75 and AD. RGB value is (210,117,173). Sum of RGB (Red+Green+Blue) = 210+117+173=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AD is #2D8A52. Grayscale: #979797. Windows color (decimal): -2984531 or 11367890. OLE color: 11367890.

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

Color convert

RGB210117173-
CMYK00.440.180.18
HSL323.87º50.82%64.12%-
HSV(B)323.87º44.29%82.35%-
XYZ40.4829.4443.08-
YUV151.19140.31169.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=42%
G=23.4%
B=34.6%

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
Decimal21011717300.440.180.18323.8750.8264.12
HexD275AD02C12121443340
Octal322165255054222250463100
Binary11010010111010110101101010110010010100101010001001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275AD; }

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

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

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

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

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

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

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

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