#DD83BD

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

Shades of Persian Pink #DD83BD

Tints of Persian Pink #DD83BD

Color information

#DD83BD (or 0xDD83BD) is unknown color: approx Persian Pink. HEX triplet: DD, 83 and BD. RGB value is (221,131,189). Sum of RGB (Red+Green+Blue) = 221+131+189=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83BD is #227C42. Grayscale: #A4A4A4. Windows color (decimal): -2260035 or 12420061. OLE color: 12420061.

HSL color Cylindrical-coordinate representation of color #DD83BD: hue angle of 321.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83BD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221131189-
CMYK00.410.140.13
HSL321.33º56.96%69.02%-
HSV(B)321.33º40.72%86.67%-
XYZ47.1235.2852.47-
YUV164.52141.82168.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=40.85%
G=24.21%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113118900.410.140.13321.3356.9669.02
HexDD83BD029ED1413945
Octal335203275051161550171105
Binary1101110110000011101111010101001111011011010000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83BD; }

 p { color: rgb(221,131,189); }

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

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

 a { background-color: rgb(221,131,189); }

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

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

 span { border-color: rgb(221,131,189); }

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