#D35A9C

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

Shades of Hopbush #D35A9C

Tints of Hopbush #D35A9C

Color information

#D35A9C (or 0xD35A9C) is unknown color: approx Hopbush. HEX triplet: D3, 5A and 9C. RGB value is (211,90,156). Sum of RGB (Red+Green+Blue) = 211+90+156=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35A9C is #2CA563. Grayscale: #858585. Windows color (decimal): -2925924 or 10246867. OLE color: 10246867.

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

Color convert

RGB21190156-
CMYK00.570.260.17
HSL327.27º57.89%59.02%-
HSV(B)327.27º57.35%82.75%-
XYZ36.5223.5634.08-
YUV133.7140.59183.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=46.17%
G=19.69%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119015600.570.260.17327.2757.8959.02
HexD35A9C0391A111473a3b
Octal32313223407132215077273
Binary1101001110110101001110001110011101010001101000111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35A9C; }

 p { color: rgb(211,90,156); }

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

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

 a { background-color: rgb(211,90,156); }

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

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

 span { border-color: rgb(211,90,156); }

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