#DC7BBB

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

Shades of Persian Pink #DC7BBB

Tints of Persian Pink #DC7BBB

Color information

#DC7BBB (or 0xDC7BBB) is unknown color: approx Persian Pink. HEX triplet: DC, 7B and BB. RGB value is (220,123,187). Sum of RGB (Red+Green+Blue) = 220+123+187=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBB is #238444. Grayscale: #9F9F9F. Windows color (decimal): -2327621 or 12286940. OLE color: 12286940.

HSL color Cylindrical-coordinate representation of color #DC7BBB: hue angle of 320.41º 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 #DC7BBB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220123187-
CMYK00.440.150.14
HSL320.41º58.08%67.25%-
HSV(B)320.41º44.09%86.27%-
XYZ45.5732.9750.98-
YUV159.3143.64171.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=41.51%
G=23.21%
B=35.28%

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
Decimal22012318700.440.150.14320.4158.0867.25
HexDC7BBB02CFE1403a43
Octal334173273054171650072103
Binary110111001111011101110110101100111111101010000001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BBB; }

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

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

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

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

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

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

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

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