#DE7CBD

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

Shades of Persian Pink #DE7CBD

Tints of Persian Pink #DE7CBD

Color information

#DE7CBD (or 0xDE7CBD) is unknown color: approx Persian Pink. HEX triplet: DE, 7C and BD. RGB value is (222,124,189). Sum of RGB (Red+Green+Blue) = 222+124+189=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CBD is #218342. Grayscale: #A0A0A0. Windows color (decimal): -2196291 or 12418270. OLE color: 12418270.

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

Color convert

RGB222124189-
CMYK00.440.150.13
HSL320.2º59.76%67.84%-
HSV(B)320.2º44.14%87.06%-
XYZ46.5233.6252.18-
YUV160.71143.97171.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=41.50%
G=23.18%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212418900.440.150.13320.259.7667.84
HexDE7CBD02CFD1403c44
Octal336174275054171550074104
Binary110111101111100101111010101100111111011010000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CBD; }

 p { color: rgb(222,124,189); }

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

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

 a { background-color: rgb(222,124,189); }

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

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

 span { border-color: rgb(222,124,189); }

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