#DF6ABA

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

Shades of Persian Pink #DF6ABA

Tints of Persian Pink #DF6ABA

Color information

#DF6ABA (or 0xDF6ABA) is unknown color: approx Persian Pink. HEX triplet: DF, 6A and BA. RGB value is (223,106,186). Sum of RGB (Red+Green+Blue) = 223+106+186=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABA is #209545. Grayscale: #959595. Windows color (decimal): -2135366 or 12217055. OLE color: 12217055.

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

Color convert

RGB223106186-
CMYK00.520.170.13
HSL318.97º64.64%64.51%-
HSV(B)318.97º52.47%87.45%-
XYZ44.4529.5449.81-
YUV150.1148.26180-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=43.30%
G=20.58%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310618600.520.170.13318.9764.6464.51
HexDF6ABA03411D13f4141
Octal3371522720642115477101101
Binary11011111110101010111010011010010001110110011111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6ABA; }

 p { color: rgb(223,106,186); }

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

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

 a { background-color: rgb(223,106,186); }

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

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

 span { border-color: rgb(223,106,186); }

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