#DE74B5

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

Shades of Persian Pink #DE74B5

Tints of Persian Pink #DE74B5

Color information

#DE74B5 (or 0xDE74B5) is unknown color: approx Persian Pink. HEX triplet: DE, 74 and B5. RGB value is (222,116,181). Sum of RGB (Red+Green+Blue) = 222+116+181=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74B5 is #218B4A. Grayscale: #9A9A9A. Windows color (decimal): -2198347 or 11891934. OLE color: 11891934.

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

Color convert

RGB222116181-
CMYK00.480.180.13
HSL323.21º61.63%66.27%-
HSV(B)323.21º47.75%87.06%-
XYZ44.7131.3647.41-
YUV155.1142.62175.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=42.77%
G=22.35%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211618100.480.180.13323.2161.6366.27
HexDE74B503012D1433e42
Octal336164265060221550376102
Binary1101111011101001011010101100001001011011010000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE74B5; }

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

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

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

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

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

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

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

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