#DD69B9

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

Shades of Persian Pink #DD69B9

Tints of Persian Pink #DD69B9

Color information

#DD69B9 (or 0xDD69B9) is unknown color: approx Persian Pink. HEX triplet: DD, 69 and B9. RGB value is (221,105,185). Sum of RGB (Red+Green+Blue) = 221+105+185=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69B9 is #229646. Grayscale: #949494. Windows color (decimal): -2266695 or 12151261. OLE color: 12151261.

HSL color Cylindrical-coordinate representation of color #DD69B9: hue angle of 318.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69B9 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221105185-
CMYK00.520.160.13
HSL318.62º63.04%63.92%-
HSV(B)318.62º52.49%86.67%-
XYZ43.6328.9849.19-
YUV148.8148.43179.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=43.25%
G=20.55%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110518500.520.160.13318.6263.0463.92
HexDD69B903410D13f3f40
Octal335151271064201547777100
Binary1101110111010011011100101101001000011011001111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69B9; }

 p { color: rgb(221,105,185); }

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

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

 a { background-color: rgb(221,105,185); }

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

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

 span { border-color: rgb(221,105,185); }

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