#DE5CA3

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

Shades of Hopbush #DE5CA3

Tints of Hopbush #DE5CA3

Color information

#DE5CA3 (or 0xDE5CA3) is unknown color: approx Hopbush. HEX triplet: DE, 5C and A3. RGB value is (222,92,163). Sum of RGB (Red+Green+Blue) = 222+92+163=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA3 is #21A35C. Grayscale: #8A8A8A. Windows color (decimal): -2204509 or 10706142. OLE color: 10706142.

HSL color Cylindrical-coordinate representation of color #DE5CA3: hue angle of 327.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5CA3 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22292163-
CMYK00.590.270.13
HSL327.23º66.33%61.57%-
HSV(B)327.23º58.56%87.06%-
XYZ40.5625.8337.5-
YUV138.96141.57187.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=46.54%
G=19.29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229216300.590.270.13327.2366.3361.57
HexDE5CA303B1BD147423e
Octal336134243073331550710276
Binary1101111010111001010001101110111101111011010001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CA3; }

 p { color: rgb(222,92,163); }

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

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

 a { background-color: rgb(222,92,163); }

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

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

 span { border-color: rgb(222,92,163); }

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