#DE75B5

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

Shades of Persian Pink #DE75B5

Tints of Persian Pink #DE75B5

Color information

#DE75B5 (or 0xDE75B5) is unknown color: approx Persian Pink. HEX triplet: DE, 75 and B5. RGB value is (222,117,181). Sum of RGB (Red+Green+Blue) = 222+117+181=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75B5 is #218A4A. Grayscale: #9B9B9B. Windows color (decimal): -2198091 or 11892190. OLE color: 11892190.

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

Color convert

RGB222117181-
CMYK00.470.180.13
HSL323.43º61.4%66.47%-
HSV(B)323.43º47.3%87.06%-
XYZ44.8331.5947.45-
YUV155.69142.29175.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=42.69%
G=22.5%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211718100.470.180.13323.4361.466.47
HexDE75B502F12D1433d42
Octal336165265057221550375102
Binary1101111011101011011010101011111001011011010000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75B5; }

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

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

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

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

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

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

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

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