#DD7DBE

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

Shades of Persian Pink #DD7DBE

Tints of Persian Pink #DD7DBE

Color information

#DD7DBE (or 0xDD7DBE) is unknown color: approx Persian Pink. HEX triplet: DD, 7D and BE. RGB value is (221,125,190). Sum of RGB (Red+Green+Blue) = 221+125+190=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBE is #228241. Grayscale: #A0A0A0. Windows color (decimal): -2261570 or 12484061. OLE color: 12484061.

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

Color convert

RGB221125190-
CMYK00.430.140.13
HSL319.38º58.54%67.84%-
HSV(B)319.38º43.44%86.67%-
XYZ46.4533.7652.78-
YUV161.11144.3170.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=41.23%
G=23.32%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112519000.430.140.13319.3858.5467.84
HexDD7DBE02BED13f3b44
Octal335175276053161547773104
Binary110111011111101101111100101011111011011001111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DBE; }

 p { color: rgb(221,125,190); }

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

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

 a { background-color: rgb(221,125,190); }

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

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

 span { border-color: rgb(221,125,190); }

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