#DE5CA4

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

Shades of Hopbush #DE5CA4

Tints of Hopbush #DE5CA4

Color information

#DE5CA4 (or 0xDE5CA4) is unknown color: approx Hopbush. HEX triplet: DE, 5C and A4. RGB value is (222,92,164). Sum of RGB (Red+Green+Blue) = 222+92+164=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA4 is #21A35B. Grayscale: #8A8A8A. Windows color (decimal): -2204508 or 10771678. OLE color: 10771678.

HSL color Cylindrical-coordinate representation of color #DE5CA4: hue angle of 326.77º 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 #DE5CA4 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22292164-
CMYK00.590.260.13
HSL326.77º66.33%61.57%-
HSV(B)326.77º58.56%87.06%-
XYZ40.6525.8637.97-
YUV139.08142.07187.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=46.44%
G=19.25%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229216400.590.260.13326.7766.3361.57
HexDE5CA403B1AD147423e
Octal336134244073321550710276
Binary1101111010111001010010001110111101011011010001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CA4; }

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

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

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

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

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

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

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

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