#DE75B2

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

Shades of Persian Pink #DE75B2

Tints of Persian Pink #DE75B2

Color information

#DE75B2 (or 0xDE75B2) is unknown color: approx Persian Pink. HEX triplet: DE, 75 and B2. RGB value is (222,117,178). Sum of RGB (Red+Green+Blue) = 222+117+178=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE75B2 is #218A4D. Grayscale: #9B9B9B. Windows color (decimal): -2198094 or 11695582. OLE color: 11695582.

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

Color convert

RGB222117178-
CMYK00.470.200.13
HSL325.14º61.4%66.47%-
HSV(B)325.14º47.3%87.06%-
XYZ44.5231.4745.85-
YUV155.35140.79175.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=42.94%
G=22.63%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211717800.470.200.13325.1461.466.47
HexDE75B202F14D1453d42
Octal336165262057241550575102
Binary1101111011101011011001001011111010011011010001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75B2; }

 p { color: rgb(222,117,178); }

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

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

 a { background-color: rgb(222,117,178); }

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

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

 span { border-color: rgb(222,117,178); }

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