#DC7BBC

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

Shades of Persian Pink #DC7BBC

Tints of Persian Pink #DC7BBC

Color information

#DC7BBC (or 0xDC7BBC) is unknown color: approx Persian Pink. HEX triplet: DC, 7B and BC. RGB value is (220,123,188). Sum of RGB (Red+Green+Blue) = 220+123+188=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BBC is #238443. Grayscale: #9F9F9F. Windows color (decimal): -2327620 or 12352476. OLE color: 12352476.

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

Color convert

RGB220123188-
CMYK00.440.150.14
HSL319.79º58.08%67.25%-
HSV(B)319.79º44.09%86.27%-
XYZ45.6833.0151.54-
YUV159.41144.14171.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=41.43%
G=23.16%
B=35.40%

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
Decimal22012318800.440.150.14319.7958.0867.25
HexDC7BBC02CFE1403a43
Octal334173274054171650072103
Binary110111001111011101111000101100111111101010000001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BBC; }

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

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

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

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

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

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

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

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