#DC8DB4

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

Shades of Kobi #DC8DB4

Tints of Kobi #DC8DB4

Color information

#DC8DB4 (or 0xDC8DB4) is unknown color: approx Kobi. HEX triplet: DC, 8D and B4. RGB value is (220,141,180). Sum of RGB (Red+Green+Blue) = 220+141+180=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DB4 is #23724B. Grayscale: #A8A8A8. Windows color (decimal): -2323020 or 11832796. OLE color: 11832796.

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

Color convert

RGB220141180-
CMYK00.360.180.14
HSL330.38º53.02%70.78%-
HSV(B)330.38º35.91%86.27%-
XYZ47.2837.5647.94-
YUV169.07134.17164.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=40.67%
G=26.06%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014118000.360.180.14330.3853.0270.78
HexDC8DB402412E14a3547
Octal334215264044221651265107
Binary11011100100011011011010001001001001011101010010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DB4; }

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

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

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

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

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

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

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

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