#DE27A5

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

Shades of Persian Rose #DE27A5

Tints of Persian Rose #DE27A5

Color information

#DE27A5 (or 0xDE27A5) is unknown color: approx Persian Rose. HEX triplet: DE, 27 and A5. RGB value is (222,39,165). Sum of RGB (Red+Green+Blue) = 222+39+165=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27A5 is #21D85A. Grayscale: #6B6B6B. Windows color (decimal): -2218075 or 10823646. OLE color: 10823646.

HSL color Cylindrical-coordinate representation of color #DE27A5: hue angle of 318.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE27A5 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22239165-
CMYK00.820.260.13
HSL318.69º73.49%51.18%-
HSV(B)318.69º82.43%87.06%-
XYZ37.6419.737.42-
YUV108.08160.13209.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 39 (15.62% from 255) = 9.15%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=52.11%
G=9.15%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223916500.820.260.13318.6973.4951.18
HexDE27A50521AD13f4933
Octal336472450122321547711163
Binary1101111010011110100101010100101101011011001111111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE27A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE27A5; }

 p { color: rgb(222,39,165); }

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

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

 a { background-color: rgb(222,39,165); }

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

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

 span { border-color: rgb(222,39,165); }

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