#DD7CC0

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

Shades of Persian Pink #DD7CC0

Tints of Persian Pink #DD7CC0

Color information

#DD7CC0 (or 0xDD7CC0) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and C0. RGB value is (221,124,192). Sum of RGB (Red+Green+Blue) = 221+124+192=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC0 is #22833F. Grayscale: #A0A0A0. Windows color (decimal): -2261824 or 12614877. OLE color: 12614877.

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

Color convert

RGB221124192-
CMYK00.440.130.13
HSL317.94º58.79%67.65%-
HSV(B)317.94º43.89%86.67%-
XYZ46.5433.5953.9-
YUV160.76145.64170.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=41.15%
G=23.09%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112419200.440.130.13317.9458.7967.65
HexDD7CC002CDD13e3b44
Octal335174300054151547673104
Binary110111011111100110000000101100110111011001111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CC0; }

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

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

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

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

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

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

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

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