#DD7BBC

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

Shades of Persian Pink #DD7BBC

Tints of Persian Pink #DD7BBC

Color information

#DD7BBC (or 0xDD7BBC) is unknown color: approx Persian Pink. HEX triplet: DD, 7B and BC. RGB value is (221,123,188). Sum of RGB (Red+Green+Blue) = 221+123+188=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBC is #228443. Grayscale: #9F9F9F. Windows color (decimal): -2262084 or 12352477. OLE color: 12352477.

HSL color Cylindrical-coordinate representation of color #DD7BBC: hue angle of 320.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BBC is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221123188-
CMYK00.440.150.13
HSL320.2º59.04%67.45%-
HSV(B)320.2º44.34%86.67%-
XYZ45.9833.1751.56-
YUV159.71143.97171.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 123 (48.44% from 255) = 23.12%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=41.54%
G=23.12%
B=35.34%

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
Decimal22112318800.440.150.13320.259.0467.45
HexDD7BBC02CFD1403b43
Octal335173274054171550073103
Binary110111011111011101111000101100111111011010000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BBC; }

 p { color: rgb(221,123,188); }

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

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

 a { background-color: rgb(221,123,188); }

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

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

 span { border-color: rgb(221,123,188); }

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