#D35DAA

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

Shades of Hopbush #D35DAA

Tints of Hopbush #D35DAA

Color information

#D35DAA (or 0xD35DAA) is unknown color: approx Hopbush. HEX triplet: D3, 5D and AA. RGB value is (211,93,170). Sum of RGB (Red+Green+Blue) = 211+93+170=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35DAA is #2CA255. Grayscale: #888888. Windows color (decimal): -2925142 or 11165139. OLE color: 11165139.

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

Color convert

RGB21193170-
CMYK00.560.190.17
HSL320.85º57.28%59.61%-
HSV(B)320.85º55.92%82.75%-
XYZ38.0324.5840.77-
YUV137.06146.59180.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=44.51%
G=19.62%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119317000.560.190.17320.8557.2859.61
HexD35DAA0381311141393c
Octal32313525207023215017174
Binary1101001110111011010101001110001001110001101000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35DAA; }

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

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

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

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

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

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

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

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