#DE7DBB

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

Shades of Persian Pink #DE7DBB

Tints of Persian Pink #DE7DBB

Color information

#DE7DBB (or 0xDE7DBB) is unknown color: approx Persian Pink. HEX triplet: DE, 7D and BB. RGB value is (222,125,187). Sum of RGB (Red+Green+Blue) = 222+125+187=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DBB is #218244. Grayscale: #A0A0A0. Windows color (decimal): -2196037 or 12287454. OLE color: 12287454.

HSL color Cylindrical-coordinate representation of color #DE7DBB: hue angle of 321.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DBB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222125187-
CMYK00.440.160.13
HSL321.65º59.51%68.04%-
HSV(B)321.65º43.69%87.06%-
XYZ46.4333.7851.09-
YUV161.07142.64171.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=41.57%
G=23.41%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212518700.440.160.13321.6559.5168.04
HexDE7DBB02C10D1423c44
Octal336175273054201550274104
Binary1101111011111011011101101011001000011011010000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DBB; }

 p { color: rgb(222,125,187); }

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

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

 a { background-color: rgb(222,125,187); }

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

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

 span { border-color: rgb(222,125,187); }

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