#D275B0

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

Shades of Hopbush #D275B0

Tints of Hopbush #D275B0

Color information

#D275B0 (or 0xD275B0) is unknown color: approx Hopbush. HEX triplet: D2, 75 and B0. RGB value is (210,117,176). Sum of RGB (Red+Green+Blue) = 210+117+176=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D275B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275B0 is #2D8A4F. Grayscale: #979797. Windows color (decimal): -2984528 or 11564498. OLE color: 11564498.

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

Color convert

RGB210117176-
CMYK00.440.160.18
HSL321.94º50.82%64.12%-
HSV(B)321.94º44.29%82.35%-
XYZ40.7829.5644.63-
YUV151.53141.81169.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=41.75%
G=23.26%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011717600.440.160.18321.9450.8264.12
HexD275B002C10121423340
Octal322165260054202250263100
Binary11010010111010110110000010110010000100101010000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275B0; }

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

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

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

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

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

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

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

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