#DD7CB4

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

Shades of Persian Pink #DD7CB4

Tints of Persian Pink #DD7CB4

Color information

#DD7CB4 (or 0xDD7CB4) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and B4. RGB value is (221,124,180). Sum of RGB (Red+Green+Blue) = 221+124+180=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CB4 is #22834B. Grayscale: #9F9F9F. Windows color (decimal): -2261836 or 11828445. OLE color: 11828445.

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

Color convert

RGB221124180-
CMYK00.440.190.13
HSL325.36º58.79%67.65%-
HSV(B)325.36º43.89%86.67%-
XYZ45.2633.0847.18-
YUV159.39139.64171.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=42.10%
G=23.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112418000.440.190.13325.3658.7967.65
HexDD7CB402C13D1453b44
Octal335174264054231550573104
Binary1101110111111001011010001011001001111011010001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CB4; }

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

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

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

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

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

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

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

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