#DD7CB1

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

Shades of Persian Pink #DD7CB1

Tints of Persian Pink #DD7CB1

Color information

#DD7CB1 (or 0xDD7CB1) is unknown color: approx Persian Pink. HEX triplet: DD, 7C and B1. RGB value is (221,124,177). Sum of RGB (Red+Green+Blue) = 221+124+177=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CB1 is #22834E. Grayscale: #9E9E9E. Windows color (decimal): -2261839 or 11631837. OLE color: 11631837.

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

Color convert

RGB221124177-
CMYK00.440.200.13
HSL327.22º58.79%67.65%-
HSV(B)327.22º43.89%86.67%-
XYZ44.9632.9645.59-
YUV159.04138.14172.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=42.34%
G=23.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112417700.440.200.13327.2258.7967.65
HexDD7CB102C14D1473b44
Octal335174261054241550773104
Binary1101110111111001011000101011001010011011010001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CB1; }

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

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

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

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

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

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

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

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