#DD70B4

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

Shades of Persian Pink #DD70B4

Tints of Persian Pink #DD70B4

Color information

#DD70B4 (or 0xDD70B4) is unknown color: approx Persian Pink. HEX triplet: DD, 70 and B4. RGB value is (221,112,180). Sum of RGB (Red+Green+Blue) = 221+112+180=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B4 is #228F4B. Grayscale: #989898. Windows color (decimal): -2264908 or 11825373. OLE color: 11825373.

HSL color Cylindrical-coordinate representation of color #DD70B4: hue angle of 322.57º 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 #DD70B4 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221112180-
CMYK00.490.190.13
HSL322.57º61.58%65.29%-
HSV(B)322.57º49.32%86.67%-
XYZ43.8530.2646.71-
YUV152.34143.61176.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=43.08%
G=21.83%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111218000.490.190.13322.5761.5865.29
HexDD70B403113D1433e41
Octal335160264061231550376101
Binary1101110111100001011010001100011001111011010000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD70B4; }

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

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

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

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

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

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

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

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