#D35DA5

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

Shades of Hopbush #D35DA5

Tints of Hopbush #D35DA5

Color information

#D35DA5 (or 0xD35DA5) is unknown color: approx Hopbush. HEX triplet: D3, 5D and A5. RGB value is (211,93,165). Sum of RGB (Red+Green+Blue) = 211+93+165=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35DA5 is #2CA25A. Grayscale: #888888. Windows color (decimal): -2925147 or 10837459. OLE color: 10837459.

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

Color convert

RGB21193165-
CMYK00.560.220.17
HSL323.39º57.28%59.61%-
HSV(B)323.39º55.92%82.75%-
XYZ37.5724.3938.33-
YUV136.49144.09181.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=44.99%
G=19.83%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119316500.560.220.17323.3957.2859.61
HexD35DA50381611143393c
Octal32313524507026215037174
Binary1101001110111011010010101110001011010001101000011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DA5; }

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

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

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

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

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

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

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

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