#D37DAA

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

Shades of Hopbush #D37DAA

Tints of Hopbush #D37DAA

Color information

#D37DAA (or 0xD37DAA) is unknown color: approx Hopbush. HEX triplet: D3, 7D and AA. RGB value is (211,125,170). Sum of RGB (Red+Green+Blue) = 211+125+170=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37DAA is #2C8255. Grayscale: #9B9B9B. Windows color (decimal): -2916950 or 11173331. OLE color: 11173331.

HSL color Cylindrical-coordinate representation of color #D37DAA: hue angle of 328.6º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DAA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211125170-
CMYK00.410.190.17
HSL328.6º49.43%65.88%-
HSV(B)328.6º40.76%82.75%-
XYZ41.4531.4241.91-
YUV155.84135.99167.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=41.70%
G=24.70%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112517000.410.190.17328.649.4365.88
HexD37DAA02913111493142
Octal323175252051232151161102
Binary11010011111110110101010010100110011100011010010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DAA; }

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

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

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

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

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

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

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

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