#DD70B5

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

Shades of Persian Pink #DD70B5

Tints of Persian Pink #DD70B5

Color information

#DD70B5 (or 0xDD70B5) is unknown color: approx Persian Pink. HEX triplet: DD, 70 and B5. RGB value is (221,112,181). Sum of RGB (Red+Green+Blue) = 221+112+181=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B5 is #228F4A. Grayscale: #989898. Windows color (decimal): -2264907 or 11890909. OLE color: 11890909.

HSL color Cylindrical-coordinate representation of color #DD70B5: hue angle of 322.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70B5 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221112181-
CMYK00.490.180.13
HSL322.02º61.58%65.29%-
HSV(B)322.02º49.32%86.67%-
XYZ43.9530.347.25-
YUV152.46144.11176.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=43.00%
G=21.79%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111218100.490.180.13322.0261.5865.29
HexDD70B503112D1423e41
Octal335160265061221550276101
Binary1101110111100001011010101100011001011011010000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD70B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD70B5; }

 p { color: rgb(221,112,181); }

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

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

 a { background-color: rgb(221,112,181); }

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

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

 span { border-color: rgb(221,112,181); }

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