#DC70B4

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

Shades of Persian Pink #DC70B4

Tints of Persian Pink #DC70B4

Color information

#DC70B4 (or 0xDC70B4) is unknown color: approx Persian Pink. HEX triplet: DC, 70 and B4. RGB value is (220,112,180). Sum of RGB (Red+Green+Blue) = 220+112+180=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70B4 is #238F4B. Grayscale: #979797. Windows color (decimal): -2330444 or 11825372. OLE color: 11825372.

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

Color convert

RGB220112180-
CMYK00.490.180.14
HSL322.22º60.67%65.1%-
HSV(B)322.22º49.09%86.27%-
XYZ43.5530.146.69-
YUV152.04143.78176.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=42.97%
G=21.88%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011218000.490.180.14322.2260.6765.1
HexDC70B403112E1423d41
Octal334160264061221650275101
Binary1101110011100001011010001100011001011101010000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC70B4; }

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

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

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

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

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

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

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

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