#DC8DA5

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

Shades of Kobi #DC8DA5

Tints of Kobi #DC8DA5

Color information

#DC8DA5 (or 0xDC8DA5) is unknown color: approx Kobi. HEX triplet: DC, 8D and A5. RGB value is (220,141,165). Sum of RGB (Red+Green+Blue) = 220+141+165=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA5 is #23725A. Grayscale: #A7A7A7. Windows color (decimal): -2323035 or 10849756. OLE color: 10849756.

HSL color Cylindrical-coordinate representation of color #DC8DA5: hue angle of 341.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DA5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220141165-
CMYK00.360.250.14
HSL341.77º53.02%70.78%-
HSV(B)341.77º35.91%86.27%-
XYZ45.8336.9840.32-
YUV167.36126.67165.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=41.83%
G=26.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014116500.360.250.14341.7753.0270.78
HexDC8DA502419E1563547
Octal334215245044311652665107
Binary11011100100011011010010101001001100111101010101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DA5; }

 p { color: rgb(220,141,165); }

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

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

 a { background-color: rgb(220,141,165); }

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

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

 span { border-color: rgb(220,141,165); }

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