#DC7BBA

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

Shades of Persian Pink #DC7BBA

Tints of Persian Pink #DC7BBA

Color information

#DC7BBA (or 0xDC7BBA) is unknown color: approx Persian Pink. HEX triplet: DC, 7B and BA. RGB value is (220,123,186). Sum of RGB (Red+Green+Blue) = 220+123+186=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBA is #238445. Grayscale: #9F9F9F. Windows color (decimal): -2327622 or 12221404. OLE color: 12221404.

HSL color Cylindrical-coordinate representation of color #DC7BBA: hue angle of 321.03º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BBA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220123186-
CMYK00.440.150.14
HSL321.03º58.08%67.25%-
HSV(B)321.03º44.09%86.27%-
XYZ45.4632.9350.41-
YUV159.18143.14171.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 123 (48.44% from 255) = 23.25%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=41.59%
G=23.25%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012318600.440.150.14321.0358.0867.25
HexDC7BBA02CFE1413a43
Octal334173272054171650172103
Binary110111001111011101110100101100111111101010000011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BBA; }

 p { color: rgb(220,123,186); }

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

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

 a { background-color: rgb(220,123,186); }

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

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

 span { border-color: rgb(220,123,186); }

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