#DE5CA6

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

Shades of Hopbush #DE5CA6

Tints of Hopbush #DE5CA6

Color information

#DE5CA6 (or 0xDE5CA6) is unknown color: approx Hopbush. HEX triplet: DE, 5C and A6. RGB value is (222,92,166). Sum of RGB (Red+Green+Blue) = 222+92+166=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA6 is #21A359. Grayscale: #8B8B8B. Windows color (decimal): -2204506 or 10902750. OLE color: 10902750.

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

Color convert

RGB22292166-
CMYK00.590.250.13
HSL325.85º66.33%61.57%-
HSV(B)325.85º58.56%87.06%-
XYZ40.8325.9438.93-
YUV139.31143.07186.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=46.25%
G=19.17%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229216600.590.250.13325.8566.3361.57
HexDE5CA603B19D146423e
Octal336134246073311550610276
Binary1101111010111001010011001110111100111011010001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CA6; }

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

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

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

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

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

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

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

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