#DD7CBF

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

Shades of Persian Pink #DD7CBF

Tints of Persian Pink #DD7CBF

Color information

#DD7CBF (or 0xDD7CBF) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and BF. RGB value is (221,124,191). Sum of RGB (Red+Green+Blue) = 221+124+191=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBF is #228340. Grayscale: #A0A0A0. Windows color (decimal): -2261825 or 12549341. OLE color: 12549341.

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

Color convert

RGB221124191-
CMYK00.440.140.13
HSL318.56º58.79%67.65%-
HSV(B)318.56º43.89%86.67%-
XYZ46.4333.5553.32-
YUV160.64145.14171.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 191 (75% from 255) = 35.63%
R=41.23%
G=23.13%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112419100.440.140.13318.5658.7967.65
HexDD7CBF02CED13f3b44
Octal335174277054161547773104
Binary110111011111100101111110101100111011011001111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CBF; }

 p { color: rgb(221,124,191); }

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

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

 a { background-color: rgb(221,124,191); }

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

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

 span { border-color: rgb(221,124,191); }

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