#DC6FB5

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

Shades of Persian Pink #DC6FB5

Tints of Persian Pink #DC6FB5

Color information

#DC6FB5 (or 0xDC6FB5) is unknown color: approx Persian Pink. HEX triplet: DC, 6F and B5. RGB value is (220,111,181). Sum of RGB (Red+Green+Blue) = 220+111+181=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB5 is #23904A. Grayscale: #979797. Windows color (decimal): -2330699 or 11890652. OLE color: 11890652.

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

Color convert

RGB220111181-
CMYK00.500.180.14
HSL321.47º60.89%64.9%-
HSV(B)321.47º49.55%86.27%-
XYZ43.5429.9247.2-
YUV151.57144.61176.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=42.97%
G=21.68%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011118100.500.180.14321.4760.8964.9
HexDC6FB503212E1413d41
Octal334157265062221650175101
Binary1101110011011111011010101100101001011101010000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FB5; }

 p { color: rgb(220,111,181); }

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

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

 a { background-color: rgb(220,111,181); }

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

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

 span { border-color: rgb(220,111,181); }

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