#D35AAA

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

Shades of Hopbush #D35AAA

Tints of Hopbush #D35AAA

Color information

#D35AAA (or 0xD35AAA) is unknown color: approx Hopbush. HEX triplet: D3, 5A and AA. RGB value is (211,90,170). Sum of RGB (Red+Green+Blue) = 211+90+170=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D35AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35AAA is #2CA555. Grayscale: #878787. Windows color (decimal): -2925910 or 11164371. OLE color: 11164371.

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

Color convert

RGB21190170-
CMYK00.570.190.17
HSL320.33º57.89%59.02%-
HSV(B)320.33º57.35%82.75%-
XYZ37.7824.0640.68-
YUV135.3147.59182-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=44.80%
G=19.11%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119017000.570.190.17320.3357.8959.02
HexD35AAA03913111403a3b
Octal32313225207123215007273
Binary1101001110110101010101001110011001110001101000000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35AAA; }

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

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

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

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

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

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

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

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