#D275AB

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

Shades of Hopbush #D275AB

Tints of Hopbush #D275AB

Color information

#D275AB (or 0xD275AB) is unknown color: approx Hopbush. HEX triplet: D2, 75 and AB. RGB value is (210,117,171). Sum of RGB (Red+Green+Blue) = 210+117+171=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AB is #2D8A54. Grayscale: #969696. Windows color (decimal): -2984533 or 11236818. OLE color: 11236818.

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

Color convert

RGB210117171-
CMYK00.440.190.18
HSL325.16º50.82%64.12%-
HSV(B)325.16º44.29%82.35%-
XYZ40.2929.3642.07-
YUV150.96139.31170.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=42.17%
G=23.49%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011717100.440.190.18325.1650.8264.12
HexD275AB02C13121453340
Octal322165253054232250563100
Binary11010010111010110101011010110010011100101010001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275AB; }

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

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

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

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

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

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

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

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