#DC67AE

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

Shades of Hopbush #DC67AE

Tints of Hopbush #DC67AE

Color information

#DC67AE (or 0xDC67AE) is unknown color: approx Hopbush. HEX triplet: DC, 67 and AE. RGB value is (220,103,174). Sum of RGB (Red+Green+Blue) = 220+103+174=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67AE is #239851. Grayscale: #919191. Windows color (decimal): -2332754 or 11429852. OLE color: 11429852.

HSL color Cylindrical-coordinate representation of color #DC67AE: hue angle of 323.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67AE is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220103174-
CMYK00.530.210.14
HSL323.59º62.57%63.33%-
HSV(B)323.59º53.18%86.27%-
XYZ42.0127.9743.23-
YUV146.08143.76180.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=44.27%
G=20.72%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010317400.530.210.14323.5962.5763.33
HexDC67AE03515E1443f3f
Octal33414725606525165047777
Binary110111001100111101011100110101101011110101000100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67AE; }

 p { color: rgb(220,103,174); }

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

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

 a { background-color: rgb(220,103,174); }

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

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

 span { border-color: rgb(220,103,174); }

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