#D05CAA

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

Shades of Hopbush #D05CAA

Tints of Hopbush #D05CAA

Color information

#D05CAA (or 0xD05CAA) is unknown color: approx Hopbush. HEX triplet: D0, 5C and AA. RGB value is (208,92,170). Sum of RGB (Red+Green+Blue) = 208+92+170=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CAA is #2FA355. Grayscale: #878787. Windows color (decimal): -3122006 or 11164880. OLE color: 11164880.

HSL color Cylindrical-coordinate representation of color #D05CAA: hue angle of 319.66º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05CAA is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20892170-
CMYK00.560.180.18
HSL319.66º55.24%58.82%-
HSV(B)319.66º55.77%81.57%-
XYZ37.123.9740.7-
YUV135.58147.43179.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=44.26%
G=19.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089217000.560.180.18319.6655.2458.82
HexD05CAA0381212140373b
Octal32013425207022225006773
Binary1101000010111001010101001110001001010010101000000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05CAA; }

 p { color: rgb(208,92,170); }

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

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

 a { background-color: rgb(208,92,170); }

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

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

 span { border-color: rgb(208,92,170); }

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