#DD6FBA

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

Shades of Persian Pink #DD6FBA

Tints of Persian Pink #DD6FBA

Color information

#DD6FBA (or 0xDD6FBA) is unknown color: approx Persian Pink. HEX triplet: DD, 6F and BA. RGB value is (221,111,186). Sum of RGB (Red+Green+Blue) = 221+111+186=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FBA is #229045. Grayscale: #989898. Windows color (decimal): -2265158 or 12218333. OLE color: 12218333.

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

Color convert

RGB221111186-
CMYK00.500.160.13
HSL319.09º61.8%65.1%-
HSV(B)319.09º49.77%86.67%-
XYZ44.3730.2949.96-
YUV152.44146.94176.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 111 (43.75% from 255) = 21.43%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=42.66%
G=21.43%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111118600.500.160.13319.0961.865.1
HexDD6FBA03210D13f3e41
Octal335157272062201547776101
Binary1101110111011111011101001100101000011011001111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FBA; }

 p { color: rgb(221,111,186); }

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

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

 a { background-color: rgb(221,111,186); }

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

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

 span { border-color: rgb(221,111,186); }

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