#DD70B6

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

Shades of Persian Pink #DD70B6

Tints of Persian Pink #DD70B6

Color information

#DD70B6 (or 0xDD70B6) is unknown color: approx Persian Pink. HEX triplet: DD, 70 and B6. RGB value is (221,112,182). Sum of RGB (Red+Green+Blue) = 221+112+182=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70B6 is #228F49. Grayscale: #989898. Windows color (decimal): -2264906 or 11956445. OLE color: 11956445.

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

Color convert

RGB221112182-
CMYK00.490.180.13
HSL321.47º61.58%65.29%-
HSV(B)321.47º49.32%86.67%-
XYZ44.0630.3447.79-
YUV152.57144.61176.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=42.91%
G=21.75%
B=35.34%

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
Decimal22111218200.490.180.13321.4761.5865.29
HexDD70B603112D1413e41
Octal335160266061221550176101
Binary1101110111100001011011001100011001011011010000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD70B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD70B6; }

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

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

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

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

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

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

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

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