#DC7FA7

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

Shades of Kobi #DC7FA7

Tints of Kobi #DC7FA7

Color information

#DC7FA7 (or 0xDC7FA7) is unknown color: approx Kobi. HEX triplet: DC, 7F and A7. RGB value is (220,127,167). Sum of RGB (Red+Green+Blue) = 220+127+167=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FA7 is #238058. Grayscale: #9F9F9F. Windows color (decimal): -2326617 or 10977244. OLE color: 10977244.

HSL color Cylindrical-coordinate representation of color #DC7FA7: hue angle of 334.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FA7 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220127167-
CMYK00.420.240.14
HSL334.19º57.06%68.04%-
HSV(B)334.19º42.27%86.27%-
XYZ44.0833.1840.64-
YUV159.37132.31171.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=42.80%
G=24.71%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012716700.420.240.14334.1957.0668.04
HexDC7FA702A18E14e3944
Octal334177247052301651671104
Binary1101110011111111010011101010101100011101010011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FA7; }

 p { color: rgb(220,127,167); }

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

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

 a { background-color: rgb(220,127,167); }

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

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

 span { border-color: rgb(220,127,167); }

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