#DE5CA7

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

Shades of Hopbush #DE5CA7

Tints of Hopbush #DE5CA7

Color information

#DE5CA7 (or 0xDE5CA7) is unknown color: approx Hopbush. HEX triplet: DE, 5C and A7. RGB value is (222,92,167). Sum of RGB (Red+Green+Blue) = 222+92+167=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA7 is #21A358. Grayscale: #8B8B8B. Windows color (decimal): -2204505 or 10968286. OLE color: 10968286.

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

Color convert

RGB22292167-
CMYK00.590.250.13
HSL325.38º66.33%61.57%-
HSV(B)325.38º58.56%87.06%-
XYZ40.9325.9739.42-
YUV139.42143.57186.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=46.15%
G=19.13%
B=34.72%

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
Decimal2229216700.590.250.13325.3866.3361.57
HexDE5CA703B19D145423e
Octal336134247073311550510276
Binary1101111010111001010011101110111100111011010001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CA7; }

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

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

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

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

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

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

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

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