#D35D88

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

Shades of Hopbush #D35D88

Tints of Hopbush #D35D88

Color information

#D35D88 (or 0xD35D88) is unknown color: approx Hopbush. HEX triplet: D3, 5D and 88. RGB value is (211,93,136). Sum of RGB (Red+Green+Blue) = 211+93+136=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35D88 is #2CA277. Grayscale: #858585. Windows color (decimal): -2925176 or 8936915. OLE color: 8936915.

HSL color Cylindrical-coordinate representation of color #D35D88: hue angle of 338.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35D88 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21193136-
CMYK00.560.360.17
HSL338.14º57.28%59.61%-
HSV(B)338.14º55.92%82.75%-
XYZ35.2223.4625.96-
YUV133.18129.59183.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=47.95%
G=21.14%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119313600.560.360.17338.1457.2859.61
HexD35D880382411152393c
Octal32313521007044215227174
Binary11010011101110110001000011100010010010001101010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D88; }

 p { color: rgb(211,93,136); }

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

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

 a { background-color: rgb(211,93,136); }

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

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

 span { border-color: rgb(211,93,136); }

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