#D35A9A

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

Shades of Hopbush #D35A9A

Tints of Hopbush #D35A9A

Color information

#D35A9A (or 0xD35A9A) is unknown color: approx Hopbush. HEX triplet: D3, 5A and 9A. RGB value is (211,90,154). Sum of RGB (Red+Green+Blue) = 211+90+154=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35A9A is #2CA565. Grayscale: #858585. Windows color (decimal): -2925926 or 10115795. OLE color: 10115795.

HSL color Cylindrical-coordinate representation of color #D35A9A: hue angle of 328.26º 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 #D35A9A is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21190154-
CMYK00.570.270.17
HSL328.26º57.89%59.02%-
HSV(B)328.26º57.35%82.75%-
XYZ36.3523.4933.19-
YUV133.48139.59183.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=46.37%
G=19.78%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119015400.570.270.17328.2657.8959.02
HexD35A9A0391B111483a3b
Octal32313223207133215107273
Binary1101001110110101001101001110011101110001101001000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35A9A; }

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

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

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

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

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

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

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

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